Forums
Forums / Theme: Sydney / Footer widget width
(@clprentice)
9 years, 8 months ago
Howdy! I’ve looked all over these forums and found some CSS that doesn’t quite do the trick. The widgets in my footer seem to only be half as wide as they should be. Is ths a padding issue? Thanks for any help!
http://christopher-prentice.com
(@kharisblank)
Hello there,
The following custom CSS code you applied seems to affect the footer widgets.
aside { float:right; margin:0 1.5%; width:30% }
To prevent it, try to add following CSS code:
.widget-area aside{ float: unset; margin: unset; width: unset; }
Regards, Kharis
Ah, fantastic — that did the trick. Thank you so much!
You’re always welcome here. 🙂
The topic ‘Footer widget width’ is closed to new replies.