Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1072193

    Hi all

    Please, can anyone see this site pratichedigitel.it from smartphone and help me understand why I see a white space at the top of the page?

    I can not really find the problem…

    Thanks for any help !

    • This topic was modified 5 years, 1 month ago by ptolda.
    #1073672

    Hey ptolda,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1076090

    send

    #1077916

    Hi,

    I have added some CSS code – let us know if it works out for you.

    Best regards,
    Basilis

    #1079147

    sorry but I always see the same problem (even after clearing the cache)

    thx

    #1080644

    Hi,

    Thanks for the update.

    The height of the logo container is miscalculated, so it becomes a little too tall. Did you modify any of the theme files? Please upgrade the theme from version 4.5.2 to 4.5.5.

    You can add this css code to fix the issue temporarily.

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .av-logo-container {
        padding: 0;
        height: 88px !important;
        line-height: 88px !important;
    }
    }

    Best regards,
    Ismael

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