Hi,
http://www.hotelladdict.se
1. I want to decease the space between Hotell tips and the header in the mobile view
2. Menu on mobile
I want to show the actual text for the menu links on mobile; Boka Hotell and Om Hotell Addict, not just the 4 lines
What code shall I add?
Thanks
Charlotte
So what exactly shall I do?
What is a media query.
Please before exact in your reply, thanks!
Hi Charlotte,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 990px) {
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 10px !important;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
Thanks but this code does not work so good. If I adjust the padding number then it looks good on the mobile but not on the computer.
Don’t you have a code that works only on the mobile and don’t affect the layout on the computer?
Best regards
Charlotte
Hi,
You can work on a different size for the responsive
@media only screen and (max-width: 720px) {
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 10px !important;
}
}
does that work out better?
Best regards,
Basilis
Thanks Basilis :)
Your code works very well!