Reddle theme: how to adjust margins in widget area
-
I have adjusted the width of the primary content area using the following:
#primary #content {
margin: 0 35% 0 12%;
}
And have resized the widget area using the following:
#main .widget-area {
width: 22% !important;
}
But these seems to be a margin between the right hand edge the the widget area that I would like to reduce. Is this possible. Very new to this sorry.
The blog I need help with is carlywalkerdesign.wordpress.com.
There is a right margin on the widget area. Add the following CSS and adjust the margin to your liking.
#main .widget-area {
margin-right: 9.46429%;
}
The topic ‘Reddle theme: how to adjust margins in widget area’ is closed to new replies.