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

    Hello, is it possible to have the footer with 3 columns but with a 1/4 1/4 2/4 layout?
    So, two smaller widths and one larger.
    Thanks Markus

    #497781

    Hi markkus2!

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

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

    Regards,
    Yigit

    #497791

    Thanks great.

    #497793

    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)
  • You must be logged in to reply to this topic.