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

    Hello,
    I’m sure, there are ways to change the width of the footer columns. But my CSS-Knowledge is not enhanced enough to find out the correct element. Can someone help on this page to enhanced the third column and to reduce the distance between first and second column?
    http://mh2.betapage.ch/de/home/
    Thanks very much!

    Claudia

    #732227

    Hey Claudia!

    Your page requires a password. Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    #footer .flex_column:nth-child(1) {
        width: 24%;
        margin-left: 0;
    }
    #footer .flex_column:nth-child(2) {
        width: 21%;
        margin-left: 3%;
    }
    #footer .flex_column:nth-child(3) {
        width: 25%;
        margin-left: 3%;
    }

    You would need to adjust the values

    Regards,
    Yigit

    #732327

    Hi Yigit,
    thanks, this works fine for me. Sorry for the password. Forgot it. My IP don’t need Password ;-)

    Have a nice day
    Claudia

    #732340

    Hey!

    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 :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change width of footer column’ is closed to new replies.