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

    Hi,
    Can you help.
    On this link: http://developmentkmcf.meditateinbrighton.com/find-us/
    The special heading title title disappears behind the header at the top – it only does it on portrait mode (< 800 pixels).
    Any ideas why?
    Best wishes,
    Chris Skelton.

    #879789

    Hey kelsangchodor,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width: 989px) and (min-width: 768px) {
      .responsive.html_mobile_menu_tablet.html_header_top.html_header_sticky #top.page-id-5181 #wrap_all #main {
        padding-top: 122px;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #880040

    Thanks – that worked!! :)

    #880047

    Hi,

    Glad we could help. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Special Heading Title disappearing behind header – only on potrait < 800px’ is closed to new replies.