Right align text widget
-
Hello,
Trying to figure out how I can right align the text footer widget on my site. I don’t need a particular margin set, I would just like to line up on the right side of the page.
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there, I had given you this before, but I see that you changed things around. On code like this, we have to be very specific, and each element has a unique CSS class or id that we use, so if you change out a text widget, or more that text widget to a different widget area, the code no long applies. With things the way you have them now, this is the CSS to right align your contact information in the text widget on the right.
#widget-area-3 #text-9 { text-align: right; padding-right: 35px } -
Thank you so much – I tried playing around with the original code you had given me, but to no avail.
Really appreciate you being so helpful!
-
-
Hello again,
I’m so sorry – I keep changing which widget I’m using because I was trying to have clickable email and phone numbers.
Do you think you could provide me with the right align code one (last) time? :) I will be forever grateful!
-
-
- The topic ‘Right align text widget’ is closed to new replies.