How do I put space between widgets?
Also, how to have the text in a widget run the length of the width? See site: http://www.alzimcomedy.com
How do I put space between widgets?
Also, how to have the text in a widget run the length of the width? See site: http://www.alzimcomedy.com
I figured out how to put space with the " "
But now, how do you center the title of the widget?
text-align:center;
@Ian Where does "Text-align:center;" go?
Yael, can you further describe where I would position the " " inside the widget box to add space between the widgets? Thanks!
the best way to know where to put stuff is to install the firebug firefox plugin. then you can right click on any page tiem and choose 'Inspect Element'. You should see on the right hand side the css for that element. you may have to uncheck 'show computed style' in the options menu (upper right) and you may have to look at other elements near the one you are trying to change, but you'll eventually find where to make your edits. Then just find that selector in the appropriate style sheet or add the selector to your child theme and make your changes there. good luck!
What a great tool! It was easy to locate the selector I need to change. Thank you!
You must log in to post.