Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #583052

    Hello – I’m trying to change the text alignment on the sidebar widgets from right alignment to left alignment. I’ve been able to change the widget title alignment, but not the text itself. Inline CSS doesn’t work. Could you tell me where/how to change this?

    #583363

    Hi imylthinle!

    Can you please post the link to your page?

    Best regards,
    Yigit

    #592061

    Hi I have the same question regarding the alignment in the left sidebar from right to left.

    for me the url is http://kaster-schwollen.net/forst-garten/forstgeraete

    regards from germany

    #592066

    For me I found a solution

    with inserting this in Quick CSS

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

    The only thing I would also like to change is getting the bullets also to the left side

    any hints?

    #592080

    Hey!

    Glad you figured it out and thank you for sharing your solution

    Please add following code to Quick CSS as well

    #top .sidebar_left .widget_nav_menu ul ul li:before {
        right: auto;
    }

    Best regards,
    Yigit

    #592163

    Thanks a lot Yigit, regards from Germany

    Frank

    #592168

    Hey!


    @frankhamm
    You are welcome! Glad we could help!
    We will keep the thread open to hear from the OP. If you have any other questions or issues, please feel free to start a new thread :)

    Best regards,
    Yigit

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