Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #591120

    HI,
    Is it possible to customize the footer columns width? I need to have the 1st one 40%, 2nd – 20%, 3rd-20%, 4th – 20%. Thank you

    #591140

    Hey comelen!

    That would require a lot of extensive work and also work on the responsiveness of the theme.
    We would suggest to hire someone to do that work for you, as it is out of the support scope.

    Thanks a lot

    Cheers!
    Basilis

    #591173

    Hi!

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

    #footer .flex_column:nth-child(2), #footer .flex_column:nth-child(3), #footer .flex_column:nth-child(4) {
        width: 18%;
        margin-left: 3%;
    }
    
    #footer .flex_column:nth-child(1) {
        width: 37%;
    }

    Regards,
    Yigit

    #591256

    Thank you Yigit and Basilis.

    Unfortunately the css didn’t work in my case, but I would better find another solution for the design if any css will destroy the responsiveness.

    #591861

    Hi,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Regards,
    Rikard

    #591931

    HI, please find the login below.
    Is there any way to customize the footer via Advance layout editor?

    #592177

    Hi!

    I added the code to Quick CSS field and it does work fine. Can you please review your website now and point out if there is anything you consider a “issue”?

    Best regards,
    Yigit

    #593861

    Thank you!!!!!!!

    #595070

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

    Regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Custum footer columns width’ is closed to new replies.