Footer widget alignment
-
Hi,
I’m hoping for some help aligning custom image widgets in the footer of my webpage (http://johncianciarulo.wordpress.com). (They contain icons for email, Twitter, etc.) I would like them each to appear next to one another horizontally rather than vertically.
I’ve searched throughout the web and did some trial-and-error, but just can’t get it. I’m sure I’m missing something simple.
Please help.
Thank you.
The blog I need help with is: (visible only to logged in users)
-
.footer-widget .widget_image { display: inline-block; margin-right: 150px; } .footer-widget { width: 1110px; }Please feel free to adjust the margin (150 px) or remove margin-right: 150px; in the first style if you don’t want so much space between the icons.
-
- The topic ‘Footer widget alignment’ is closed to new replies.