Tagged: Responsive Design
Hi there
There seams to be a bug with the responsive design. If I make my browser only occupy half the screen (how I have it most of the time), I cannot navigate the page (the top links have disappeared, and there’s no horizontal scroll bar). I’m using Firefox.
How do I fix this error?
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .mobile_menu_tablet .main_menu {
display: block;
}}
There should not be a horizontal scroll bar when theme is responsive, if you meant vertical, it does show up fine on my end http://i.imgur.com/rjlBIKn.jpg
Best regards,
Yigit
Thank you!
It worked perfectly fine!
Another question: Is there a way to include text (h1) instead of a logo in the logo area?
Thank you in advance
Hi!
Yes, I think this thread will help you: https://kriesi.at/support/topic/disappear-title/
Best regards,
Peter
Thank you!