Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #917594

    Hi!
    I searched the forum for solutions to this problem (which happened a lot obviously) but I was not able to find a solution that worked for me.
    Would be very grateful for any help.
    Thanks guys!

    #917662

    Hey DoorNo8,

    It’s displaying fine on my end, please try clearing your browser cache and reload the page to see if that helps.

    Best regards,
    Rikard

    #917961

    Hey Rikard, thank you so much for the quick answer – seems to have been a caching problem. Thanks!

    -) Two other minor things: I have now a white bar below the header and above the content that should not be there … any hints?
    -) is it possible to make the hamburger menu sticky on mobiles (just the burger, not the complete header) so that it can be seen after scrolling down?

    Thank you again!

    • This reply was modified 6 years, 8 months ago by DoorNo8.
    #918022

    first question (weird white bar) solved, second one remains
    btw on smaller display size the header gets grey – would like to have it transparent as well …
    Thank you!

    #918260

    Hi DoorNo8,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 479px) {
      .responsive #top .av-main-nav .menu-item-avia-special {
        position: fixed;
        right: 60px;
      }
    }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .responsive #top .av-main-nav .menu-item-avia-special {
        position: fixed;
        right: 30px;
        display: block;
      }
      .menu-item {
        display: none;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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