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

    Hi everyone!
    I’ve got some issues regarding the lower space in the mobile burger menu. To make the upper space smaller I have used the following CSS:

    /*** upper space between mobile header and burger menu ***/
    #top .av-burger-overlay-inner #av-burger-menu-ul {
    padding-top: 40px !important;
    vertical-align: top !important;

    This CSS solves only the problem regarding the upper space. Below the menu there is still way too much space. The User is able to scroll down even though there are only five headers in the menu. Could you please provide me a CSS which reduces the lower space or/and prohibts the scrolling function in the mobile burger menu.

    Thank you!

    #1241790

    Hey achhee,

    Please give us a link to your site? so we can see how it currently looks and try to make adjustments on it and give you some CSS codes that should help.

    Best regards,
    Nikko

    #1242094

    Hi Nikko,
    our site isn’t public yet…

    Best regards
    achhee

    #1242151

    Hi achhee,

    You can share credentials and the link in private. Is it in maintenance mode or on the local machine?

    Best regards,
    Victoria

    #1242270

    Hi! Here we go!
    Another problem has occured: On the page “start” I added a link to the Partner Logo (Logo below “Partner” at the bottom of the site). There appeared a white frame. When I’m removing the link, the white frame disappeares. Could you please solve these problem, too? I’would like to have a linked logo without a white frame.
    Thanks a lot!

    Kind regards
    achhee

    #1243121

    Hi achhee,

    Thanks for giving us admin access.
    I have added this CSS code in Quick CSS to remove that background color:

    #top .avia-logo-element-container a.slide-image {
        background-color: transparent !important;
    }

    As for CSS to prohibit scrolling, The height is just enough but I can’t find a way to remove that slight scrolling, if you want to reduce the height, you can use this CSS code, however it doesn’t look nice:

    #top .av-burger-overlay {
        height: 310px;
    }

    Best regards,
    Nikko

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