Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #745846

    I’m able to get the menu horizontal but I want it to be on the right side of the logo and centered aligned so that the menu is in the middle of the log but to the right side of the logo and more to the right side of the page.

    Similar to how it is on the top main menu.

    #747592

    Hey

    I chose to display 2 footer columns in Enfold theme options and then moves menu to second column and added following code to Quick CSS

    #footer .flex_column:nth-child(2) {
        width: 72%;
        margin-left: 2%;
    }
    #footer .flex_column:nth-child(1) {
        width: 25%;
    }
    @media only screen and (max-width: 768px) {
    #footer .flex_column { 
    width: 100% !important; 
    margin-left: 0 !important; 
    }}

    Please review your website now

    Best regards,
    Yigit

    #747599

    That works, Thank you!

    #747603

    Hi!

    You are welcome!

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Footer Menu’ is closed to new replies.