Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1256038

    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.

    #1256043

    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

    #1256059

    Hi Yirgit,
    look in the private content there you can find the screenshot.

    #1256071

    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

    #1256083

    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.

    #1256093

    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

    #1256118

    Thank you. The thread can be closed.

    #1256123

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Enfold footer menu centered’ is closed to new replies.