Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #708823

    I need a little help with a problem. When my new website (see private link below) is viewed in mobile view. The menu header covers the top section of the body text, so the body text can’t be read clearly. Is there CSS that will create “white space” on top of the page just in mobile view, so that the header and body text appear the same way as when the page is viewed on a PC? Thanks for the help! Mike.

    #708911

    Hey mhiller,

    Try to add this code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      .responsive #top #main {
        padding-top: 88px !important;
      }
    }

    Let us know if it works :)

    Best regards,
    Nikko

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