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

    Hello

    I meet many bug with the display on chrome and safari. Screenshot attached below. There height in pixels that are filled and which are quite strange, here are a few? With the mobile view and responsive tablet, there also bugs.

    Exemple :

    <nav class=”main_menu” data-selectname=”Sélectionner une page” role=”navigation” itemscope=”itemscope” itemtype=”https://schema.org/SiteNavigationElement”><div class=”avia-menu av-main-nav-wrap”><ul id=”avia-menu” class=”menu av-main-nav”>

    nav.main_menu” width:1030px height : 398px ?

    How can I make a correction?

    Thanks for your help

    #351880

    Hey Alex!

    A lot of your elements have a height setting of 100% for some reason. Setting them to auto will fix it but can you send us a WordPress login so we can try and figure out why that is happening? You can set your reply as private.

    Cheers!
    Elliott

    #352950
    This reply has been marked as private.
    #353255

    Hi!

    I’m not sure. I don’t see any differences in the code but it’s not liking webkit for some reason.

    Try adding this to your custom CSS.

    nav.main_menu, .social_bookmarks li, .social_bookmarks a {
        height: auto !important;
    }

    Cheers!
    Elliott

    #353523
    This reply has been marked as private.
    #353901

    Hey!

    I tried viewing your site again but I’m getting a 500 internal server error. I would try contacting your hosting provider and let them know about this.

    Best regards,
    Elliott

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