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

    Hello,

    Enfold page builder continues to work great. I have one minor issue that I would like your help on. When you go to the home page of https://3das.com/, view it in landscape tablet mode (max-width: 989px) and (min-width: 768px). At this size, the background section image is not extending up into the header as shown here: https://www.screencast.com/t/d8ybfDAZEypG. Is there a CSS fix for this?

    #1000726

    Hey Brian,

    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: 989px) and (min-width: 768px) {
        .responsive.html_mobile_menu_tablet #top #wrap_all #header {
             position: fixed;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1000742

    Victoria,

    Perfect, thank you!

    #1000814

    Hi brianzajac,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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