Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #317986

    Currently widgets will right justify when the sidebar is on the left.

    How do I make the widgets left justify when the sidebar is on the left? Both header and body of the widget?

    Thank you!!

    #318406

    Hi!

    Add this to Quick CSS:

    .sidebar_left.sidebar {
    text-align: right;
    }

    Best regards,
    Josue

    #319103

    awesome thx!

    However that seems to get the body copy of the widget left justified, but the title remain right justified.

    Do you know how to left justify the header?

    #319116

    Hey!

    Please add following code to Quick CSS as well

    .sidebar_left.sidebar h3.widgettitle {
    text-align: left;
    }

    Best regards,
    Yigit

    #319119

    thanks that worked!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to left justify widgets when sidebar is on the left?’ is closed to new replies.