Quantcast
Viewing all articles
Browse latest Browse all 13547

Alexander Agnarson on "[Theme: Hueman] Footer Widget Area 2 problem"

I looked at the widget area and it seems to be working just fine as intended. What you need to do is center the content within the widget. If it's an image, do:

.myimageclass { width: 300px; margin: 0 auto; display: block; }

Or put text-align: center on the widget area, and use inline-block on the items within.


Viewing all articles
Browse latest Browse all 13547

Trending Articles