css - Theron-Lite Theme - How to widen page width -


so i'm using wordpress develop website. theme using 'theron-lite'. have created child theme custom style.css

the pages great, want them wider. don't need make entire length of screen; maybe 5%.

i can't figure out how this. closest i've come modify page width adding code style.css:

/page width/

content .single_wrap{width:105%!important;}

by changing {width:100%!important;} {width:105%!important;}, changes page desired width. however! it's not centered. change extends page on right-hand side instead of left , right equally.

here's example: http://paradigmcurve.com/?page_id=65

is there way extend page on both sides, equally? or issue lie in margins?

hopefully there savvy developers out there can me out. consideration!

you have .center class width fixed of 1000px, how change width of ?


Comments

Popular posts from this blog

winapi - How to get a user input on a MessageBox on C++? -

parcelable - Unmarshalling unknown type code exception while reading parcel values in Android 4.4+ -