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

    hi,

    i found this solution to align the ul sidebar to the left but it left header aligned to the right which i would like to either align to the center or left (Please Help)

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

    see link provided

    #563297

    Hi eisme!

    Please add following code to Quick CSS

    .sidebar_left.sidebar, .sidebar_left.sidebar * {
        text-align: center !important;
    }

    Regards,
    Yigit

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