Hello together,
I would like to have the Enfold footer menu centered in the mobile area.
Because I didn’t find a solution in the forum I created a new thread.
Maybe someone can help me with a suitable Quick-CSS or a solution in the functions.php area.
Thanks in advance.
Hi,
Thanks for contacting us!
Could you please post a screenshot showing the changes you would like to make and a link to your website so we can make sure to provide accurate solution?
You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)
Cheers!
Yigit
Hi Yirgit,
look in the private content there you can find the screenshot.
Hi,
Please add following code to Quick CSS in Enfold theme options > General Styling
@media only screen and (max-width: 767px) {
#socket .sub_menu_socket div {
width: 230px;
margin: auto;
}}
Best regards,
Yigit
Hi Yirgit,
thank you for your fast answer. It worked.
Is it now possible to make the social media icons in same distance / height (centered) to the copyright text and the footer menu text?
Thanks for your help.
Hi,
Please add following code to Quick CSS as well
@media only screen and (max-width: 550px) {
#top #socket .social_bookmarks {
margin-bottom: 10px;
}}
Best regards,
Yigit
Thank you. The thread can be closed.
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://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