Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #598341

    Hi,

    I have major problems on a simple site/page with firefox.

    With FF only a small portion of the page is visible, see screenshot or check yourself.
    thanks, its urgent. If you can tell me a reason for this for the client, it would be helpful.

    thanks;

    #599896

    Hey Manfred108!

    Thanks for reaching out to us!

    Have you made any changes to the theme’s code or added any customization? Please also try deactivating all plugins and clear the Firefox browser cache and load the site on Firefox again.

    Could you also provide login information in the Private Content section of your reply so we can assist you further.

    Best regards,
    Jordan

    #599951

    Hi, I did not add customization, just the font vivaldi, with a plugin to activate it.

    Thanks

    #599953

    p.s.: without plugins, it is the same!

    #599954

    Hey!

    Please add to your CSS

    .html_boxed #main {
    overflow: none !important;
    }

    let me know if that fixes the issue

    Cheers!
    Basilis

    #599963

    Hi,

    thanks; actually, I put an earlier

    header {
    height: 0;
    margin: 0 auto;
    text-align: center;
    position: relative;
    }

    to get rid of that white space between menu and picture, but obviously it had side effects . I took that out an it works again; I still would like that white space ot be gone… thanks anyway. manfred

    #600962

    Hi!

    Use this to remove the gap below the header:

    .av-section-bottom-logo {
        display: none;
    }

    Regards,
    Ismael

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