Tagged: menu
-
AuthorPosts
-
June 21, 2019 at 1:34 am #1112160
https://kriesi.at/support/topic/menu-has-dropped-down-approx-20px-lower-then-the-top-of-the-page/
http://www.4guys.co.nz Still has the problem on smaller screens / mobiles
Sorry to make a new thread the old one is locked.
June 21, 2019 at 9:07 am #1112233Hey 4Guys Autobarn,
It seems fixed when I checked on my end.
What browser are you using? and is it an iphone or an android phone?Best regards,
NikkoJune 23, 2019 at 10:17 pm #1112767It happens when using an iPhone / safari and also PC /chrome when I resize the web page.
I’ve attached the screenshots, notice on the resized page the gaps between the top and bottom of the menu
- This reply was modified 5 years, 4 months ago by 4Guys Autobarn.
June 24, 2019 at 6:18 am #1112838Any Idea
June 25, 2019 at 3:34 am #1113089Hi,
We can’t reproduce the issue on our end. And we can’t pin point the issue in the screenshot. Could you annotate the screenshot so that we can understand the issue better?
The following css code should remove the space between the header and the slider on mobile view.
@media only screen and (max-width: 989px) { .html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 45px!important; } }
Best regards,
IsmaelJune 25, 2019 at 6:12 am #1113118I’ve attached the screenshots and have highlighted the problem with the webpage when it gets resized.
It is important to note my original issue had the gap only ABOVE the menu before no matter what size the webpage was.
However after inserting the code:#header{
margin-top:-26px!important;
}
It fixed above the menu and then moved the issue to BELOW the menu.I inserted the code:
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 45px!important;
}This fixed the issue of above and below but did not for mobile size.
I tried using the code you mentioned above along with the other’s which have no worked.June 25, 2019 at 6:16 am #1113120Here is my full CSS
June 25, 2019 at 7:41 am #1113148Hi 4Guys Autobarn,
Can you try to change 45px from Ismael’s code to 0, so it should look like:
padding-top: 0 !important;
Best regards,
NikkoJune 25, 2019 at 9:08 am #1113170I’ve added that change and it has fixed the issue below the menu but not the top.
June 26, 2019 at 4:53 am #1113453 -
AuthorPosts
- You must be logged in to reply to this topic.