Centering a Text Widget in Adelle
-
I am looking to center a Text Widget in my sidebar.
From a third party site, I have a badge I want to post in my sidebar (it is currently sitting there now entitled “Blogger van Blog Society”) but I just want to center it.
Can someone help a CSS newbie out?
The blog I need help with is beautybitsblog.com
The blog I need help with is: (visible only to logged in users)
-
Hi there, open that text widget and in the code you have, you will find this
<div style="margin-left: auto; margin-right: auto; width:180px !important;height:177px !important;">
add margin left and right declarations set to “auto” so it looks like this:
<div style="margin-left: auto; margin-right: auto; width:180px !important;height:177px !important;"> -
-
- The topic ‘Centering a Text Widget in Adelle’ is closed to new replies.