cuppycupcakes
says
Hey there… The widgets in the Ares theme seem to be aligned left. Any idea what code to add and where to align all widgets center? Thanks…
mildtheme
says
on its css, please change the class:
#content_wrapper .inner .inner_wrapper .sidebar_wrapper {}
Its main value is float right.
clear float value and add value:
position: relative; left: 50%; / / or right: 50%;
