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

    Hi,
    couldn’t find the solution on the thread on the same topic.
    I have a white space on the pages below the menù. I have a customized height for the menù, but even if I use slim or large, the space is still there (smaller).
    No problem on the mobile version of the website.

    You can find link and credentials on the private section.
    Thanks

    #1338798

    Hi sitibus,

    Please update your site to the latest version and see if it helps (also make sure to backup your site before doing an update).
    If that doesn’t help, please try adding this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (min-width:768px) { 
      .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 203px !important;
      }
    }
    
    @media only screen and (max-width:1180px) and (min-width:768px) {
      #top #header_main .av-logo-container {
        height: 150px !important;
        line-height: 150px !important;
      }
    }

    Best regards,
    Nikko

    #1338934

    Updating was enough. Thanks

    #1339070

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Blank space below the menù only on the desktop version’ is closed to new replies.