First of all thanks for lovely and easy to work Enfold theme. I am stuck with small issue ie. Arabic site mobile menu is overlapping the logo on the right hand side how to fix this issue.
http://www.albumii.com/arabic
Hey jcferns,
Thanks for the link, do you want to move the logo left, or the menu/search icon?
Best regards,
Rikard
On Mobile phones logo should be on right side and menu on left side
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* Move menu to left on mobile */
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .main_menu {
right: auto;
left: 0;
}}
Best regards,
Yigit
Perfect..it works…what makes Enfold a super theme cos of excellent support
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit