Tagged: 

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

    Hi,
    I need to align to the left the header of the left widget
    and align to the right the header of the right widget.
    I am using 3 column widget at the footer.

    Thanks,
    Tal

    #862527

    Hey,

    Please add following code to Quick CSS

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

    Cheers!
    Yigit

    #862819

    Thanks!

    #862844

    Hi,

    You are welcome! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘footer widget – 2 sides aligning’ is closed to new replies.