-
AuthorPosts
-
August 28, 2020 at 12:02 pm #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!
August 29, 2020 at 6:35 am #1241790Hey 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,
NikkoAugust 31, 2020 at 11:22 am #1242094Hi Nikko,
our site isn’t public yet…Best regards
achheeAugust 31, 2020 at 12:31 pm #1242151Hi achhee,
You can share credentials and the link in private. Is it in maintenance mode or on the local machine?
Best regards,
VictoriaAugust 31, 2020 at 7:04 pm #1242270Hi! 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
achheeSeptember 3, 2020 at 3:10 pm #1243121Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.