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

    Hello. I have 2 CSS Questions:
    1. How can i add some empty space below the footer or socket?
    2. I use “Logo center, Menu below”. How can i align the Navigation to the right (so it is: “Logo center, Menu right”)?
    Regards
    Philipp

    #515976

    Hi PhilCl!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #footer { padding-bottom: 50px; }
    ul#avia-menu {
        float: right;
    }

    Regards,
    Yigit

    #516020

    Hi Yigit,
    thank for your quick reply.

    I found out that i didn’t mean the footer, but the wrap_all div.
    So my CSS-Code is:
    #wrap_all { padding-bottom: 50px; }
    Regards Philipp

    #516024

    Hey!

    You are welcome, we are always happy to help!
    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 ‘CSS Questions – Space below Socket, Navigation right’ is closed to new replies.