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?
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
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?
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
Thanks a lot Yigit, regards from Germany
Frank
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