Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #389820

    Hi,
    You were kind enough to help me add a second image to the right side of our header but on mobile it doesn’t work properly. Can you help me?
    This is the link to the last topic https://kriesi.at/support/topic/move-menu-over/
    Here is the link to my website so you can see as well. http://www.askahorsevet.com

    Thank you!

    #390222

    Hey horsevet!

    Please review your website now. Plus i see HTML code in Quick CSS field. Please remove it.

    Regards,
    Yigit

    #390311

    Hi,
    I removed the html code but I still have the issue with the image on the right side of the header not being mobile responsive. Is there a fix for that? Even if removing it for the mobile version was an option I would be fine with that too.
    Thanks!

    • This reply was modified 9 years, 9 months ago by horsevet.
    #390709

    Hey!

    Remove the custom content on mobile view with this:

    @media only screen and (min-width: 768px) {
    .custom_content {
    display: none;
    }}

    Cheers!
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.