How to create a full width page template for my jobroller website
I managed to create a full page template but couldn't.
can you explain how to duplicate the css codes with a different name and use or replace the one in the new created template to remove remove the pixel image.
thanks,
Sol
PHP Code:
div#content .inner {
background: url("/
wp-content/themes/jobroller/images/style-pro-orange/pixel.png") repeat-y scroll 690px 50% #FBFBFB;
border-radius: 6px 6px 6px 6px;
margin: -45px auto 0;
padding: 20px 20px 10px;
position: relative;
}