Help with centering widgets and other things
-
Hi I have been doing okay with customizing my site but I have a couple questions. I am using adelle theme and this is my site: freelyfatima.com
1. In the widgets area, I want to make sure that everything is centered –specifically the SITS girl advertisement
2. There are grey lines in between each widget and I want to get rid of those so that everything is white.
3. Is there a way for me to add copyright to the bottom of my page?The blog I need help with is: (visible only to logged in users)
-
-
You can get rid of the grey lines in-between widgets by adding this code to your custom css
.widget {
margin: 0 }
-
Thanks! That works and I wonder if there is a way to reduce the amount of space between the widgets?
-
Try this css to reduce the space. You can change the 10px to whatever you like. Your theme has 50px by default.
#secondary .widget {
border-bottom: 10px solid }
- The topic ‘Help with centering widgets and other things’ is closed to new replies.