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

    Hi,

    I have 3 footers, I would like to left allign the first one, center allign the second one and right allign the third one.

    Is this somehow possible?

    Kind regards,

    Luc

    #578011

    Hi Luc!

    That is how it should be by default. Can you please post the link to your page?

    Cheers!
    Yigit

    #578033

    Hi Yigit,

    what I meant is: Left, right and center allign the text in these footers.

    Luc

    #578040

    Hey!

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

    #footer .flex_column:nth-child(3) * {
        text-align: right;
    }
    #footer .flex_column:nth-child(2) * {
        text-align: center;
    }
    #footer .flex_column:nth-child(1) * {
        text-align: left;
    }

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.