Hey,
I got the problem that the top navigation bar overlaps the Logo when a User uses a Tablet in Landscape mode.
http://www.responsive-design-test.de/website-test?url=http://dev.schloss-wachendorf.de
Furthermore I would like to set the h2 size to 20 px on Smartphones.
Hey Oversberg!
Add this to your custom CSS.
@media screen and (max-width: 767px) {
.avia_textblock h2 { font-size: 20px !important; }
}
And for the menu navigate to Dashboard > Enfold > Header > Mobile Menu and set it to activate for tablets at 990px.
Best regards,
Elliott
Hey Elliot – I have done that “And for the menu navigate to Dashboard > Enfold > Header > Mobile Menu and set it to activate for tablets at 990px.” but still the Menue overlaps the logo http://www.responsive-design-test.de/website-test?url=http://dev.schloss-wachendorf.de
Hi!
Please refer to this post – http://kriesi.at/documentation/enfold/menu-overlaps-logo-on-tablets/
Best regards,
Yigit