-
AuthorPosts
-
June 1, 2017 at 8:30 am #802408
Hi there,
I have this new header on my site and now I notice it is too large when displayed on tablets. And it doesn’t shrink when resized.
I have made a short video to show you.
Can you help me to resize it or to make it a hamburger-menu?
Hope to hear from you!
Maaike
June 1, 2017 at 10:57 am #802464Hey MaaikeVVV,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:1024px) and (min-width:768px) { #top .container.av-logo-container { height: 80px !important; line-height: 80px !important; } #top .logo a, #top .logo img { max-height: 80px !important; } }Just adjust 80px to lesser value if it’s still too big. Hope this helps :)
Best regards,
NikkoJune 1, 2017 at 11:45 am #802479Hi Nikko,
Appreciate your help! Thanks.
Unfortunately, I don’t see any changes :-(
What did I do wrong?
Maaike
June 1, 2017 at 7:11 pm #802727Hi Maaike,
You did not do anything wrong. You should try to clean the cache on your tablet or try on another tablet and see if the code gets applied. I adjusted the menu slightly, so that it does not fall out of the header. Hers is the code, you can put it in your child theme style.css:
@media only screen and (max-width:1024px) and (min-width:768px) { #top .container.av-logo-container { height: 80px !important; line-height: 80px !important; } #top .logo a, #top .logo img { max-height: 80px !important; } .responsive .main_menu ul:first-child > li > a { padding: 0 8px; } #header_main_alternate .container { padding: 0 10px; } }If you need further assistance please let us know.
Best regards,
VictoriaJune 2, 2017 at 10:30 am #802923Tx Victoria!
I asked my sister to check it on her tablet and it looks great now :-)
Have a nice day!
MaaikeJune 3, 2017 at 5:38 am #803249 -
AuthorPosts
- You must be logged in to reply to this topic.
