Centering widget content in Bueno
-
Hi!
I’d like to know the CSS code for centering my Facebook Like Box widget so it aligns with my other widgets. I’d also like to center the bullet points in the Archives widget.Thank you!
The blog I need help with is: (visible only to logged in users)
-
Hi, this will center the facebook likebox.
#facebook-likebox-2 iframe { margin-left: 50px; }For the archives widget, the following targets it specifically.
#archives-2 { text-align: center; } #archives-2 ul { display: inline-block; } -
-
- The topic ‘Centering widget content in Bueno’ is closed to new replies.