Aligning widget in footer widget area
-
Hi. I am using the 2014 theme.
I have access to do CSS, but I am new to CSS. I am still reading on this.
I want to add a text widget to my footer widget area, and I want to align the widget to appear on the right side of the footer area.
How do I do that?
Thanks for your help.The blog I need help with is: (visible only to logged in users)
-
Hi, I don’t see a footer widget on your site, but this should work although I will mention a couple things. To do this I had undo some stuff in the footer widget area due to the way the theme does the footer widgets. This will work with a single widget in the footer area, but if you add additional widgets things will go awry.
.footer-sidebar .widget { float: right; position: static !important; } -
- The topic ‘Aligning widget in footer widget area’ is closed to new replies.