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

    How can i fix those fitments issue on mobile, the first picture shows a black space at the top of the mobile page and the second showns the page after scrolling where the header logo is too small and the menu hamburger not centered

    • This topic was modified 5 years, 8 months ago by yingyang.
    #1067137

    Hey kilimats,

    Have you added any custom code that can conflict on those sections?
    On a clear installation this is not happening.

    Best regards,
    Basilis

    #1067915

    Did but not sure what is causing it though :(

    Do you want me to share my child theme function and style file? if so what is the best way to share the content?

    I tried removing them though but still the same bug, maybe it was cached?

    Is there another place i can adjust the padding?

    Also do you know where i can adjust the width at which the menu shrink into mobile view? cant find the line in my style.css

    #1069657

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Basilis

    #1079562

    Sorry about the delay,

    #1080387

    Hi kilimats,

    I don’t see the blank space on top, is it already fixed?
    As for the hamburger icon not centered, try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      .responsive #top .av-main-nav .menu-item-avia-special a {
        height: 80px !important;
        line-height: 80px !important;
      }
    }

    Best regards,
    Nikko

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