The smartphone display language flags in the header there are very attached to the logo, making it difficult to play on the flags.
Also I have problems with the menu: to unfold is located to the right, so when I opened the submenu disappears right.
Can you help?
Thank you very much,
José Mª
Hi José María!
Can you post a link to your website please?
Best regards,
Andy
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive #header_meta .sub_menu>ul>li { float: left; margin-top: -14px; }}
Can you please elaborate on the second issue?
Best regards,
Yigit
Hi!
Thank you.
I added the code for CSS Styling General, and I see no change in the smatphone …
1. Can I put space between the flag and the logo? touching on the flags always touches on the logo.
2. The submenu shifts right, then disappears from the screen when your smartphone is vertical. ¿I can move all the submenu to the left?
I’ve attached two screenshots of the questions:
http://www.screencast.com/t/M6MtSI02uo
Best regards,
José María López
Hi!
Do you mind creating a temporary admin login and posting it here privately? Code is currently not being applied
Cheers!
Yigit
Hey!
Please add this on Quick CSS or custom.css to force the alignment of the social icons and the switcher to default:
@media only screen and (max-width: 767px) {
.responsive #header .social_bookmarks {
width: auto;
}
.responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul {
width: auto;
text-align: left;
}
}
Best regards,
Ismael