left align text in sidebar

Posted in: Newspaper
Post count: 101

Hi how do I left align the text in teh about me widget at the top of the sidebar?

http://carmeneverywhere.com/

Post count: 23312

Hello carmene,

If you want to align to left your text description you have to use a bit of CSS. Please try the code below and add it in Theme panel->Custom CSS area.

.textwidget p {
text-align:left;
}

The result you should see here -> http://screencast.com/t/wsix81VwG

Hope this helps!

I have a request for you, Carmen. Please try to disable your plugin that does not allow me to inspect your page because it is very annoying for us and lose a lot of time until we find the problem with the item, or please send us an email at contact@tagdiv.com with your log-in information so we can inspect your page set up easily.

Thank you for your understanding!

Post count: 101

Just e-mailed you.

How to apply the previous changes to all my sidebars as I have a second sidebar for posts.

Post count: 23312

Hello carmene,

Please try the code below and add it in Theme pane->Custom CSS area.

.td-ss-main-sidebar .textwidget p {
text-align:left;
}

Thank you!

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