Force right alignement from text in a text widget
-
Hi all,
I need the text in one of my footer widgets to be aligned on the ride side (instead of the left side, by default). I tried in html directly in the widget menu but it’s not working. Is this something I can foce in the CSS, anf if yes, how?
Thanks in advance for your help.
The blog I need help with is: (visible only to logged in users)
-
I could not tell by looking at your site which text widget you wanted to align right. I can see that you can align all text widgets to the right by adding this to your css:
.textwidget {text-align: right;}but I suspect you don’t really want that as your default for text widgets.
Try using this within the widget itself (i unchecked the automatically add paragraphs)….
<p style="text-align:right;">Type your text here. </p> -
- The topic ‘Force right alignement from text in a text widget’ is closed to new replies.