Full width Page
-
I’m trying to get a gallery template page I made to show the content area full width (similar to the homepage).
I’ve tried this but I still get a large left margin. Changing the max width doesn’t change the left margin.
/*
.page-template-full_width_gallery .content-area {
max-width: 1500px;
width: 100%;
margin: 0px;
margin-left: 0px;
border: 0px;
padding: 0px;
}
*/I’ve tried other things that allow me to push the content area left, but then the display is wrong on tablets or phones.
Is there an easy way to do this?
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Full width Page’ is closed to new replies.