Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #575349

    hello
    i have two footer widgets- i want to left align one and right align the other- how can i achieve this?

    #575351

    Hey!

    Try adding this code to the Quick CSS:

    #footer .container .flex_column:nth-child(1) .widget{
        text-align: left;
    }
    
    #footer .container .flex_column:nth-child(2) .widget{
        text-align: right;
    }
    

    Cheers! 
    Josue

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