I want to move the sidebar over to the right a bit more here.
is it "#main .widget-area ul" that i need to manipulate?
thanks
I want to move the sidebar over to the right a bit more here.
is it "#main .widget-area ul" that i need to manipulate?
thanks
Could be wrong but looks like:
style.css - line 305
#main .widget-area ul {
margin: 0;
padding: 0 20px 0 0;
}
i tried changing the margins there and it changed the size of the widgets.
I guess I grow the right side and shrink the left to move it over to the right?
thanks for the reply, much appreciated
This topic has been closed to new replies.