Hello
As you could change the dropdown menu for Mobile to be seen centered on the page and if possible with larger text?
Hi Carlos!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#mobile-advanced a, #mobile-advanced .mega_menu_title { font-size: 20px; text-align: center; }
Best regards,
Yigit
Thank you very much for your help, is just what I needed …
Now how could change the position of the logo and the menu?
I would like to stay at the ends of the product, see example in the following link
https://www.dropbox.com/sh/8qqckn4erv4msds/AABmXAkKaaAncuDKk6OY_xO5a?dl=0
Hi!
Please add following code to Quick CSS as well
#header_main .container {
max-width: 100%;
}
Best regards,
Yigit
Perfect … thanks for your help Yigit, I am proud to support your issue and giving thanks.
Cheers
I tune a little menu design, if it could be, I would like to see the pop-up menu on the right side, command example of what I want;
https://www.dropbox.com/s/848cx9m63kqxogk/Sample.jpg?dl=0
It’s posible?
thank you very much again for your attention and kindness.
Cheers
Hi!
please open a new ticket for a new question.
Try this code:
ul#mobile-advanced {
width: 75%;
}
and adjust as needed.
Regards,
Andy