Forums
Forums / Fixing WordPress / Footer text align issue
(@robbieb1953)
12 years, 6 months ago
On this site:
http://bit.ly/1d0hpNz
I have a 3 section text widget in the footer. I’m trying to move the text in section 3 and have tried adding/subtracting padding, margins, etc. to the code below but I unable to move this text a few spaces over to the right.
#supplementary.three .widget-area + .widget-area + .widget-area { margin-right: 0; }
What am I missing? Thanks!
(@wpyogi)
Try this:
#text-5 { text-align: center; }
Worked! Thanks again WPyogi.
The topic ‘Footer text align issue’ is closed to new replies.