Hi,
How do i make the content wrapper flush with the edge of the browser. It is more noticeable in mobile view. My site
Posted 25 January 2013 - 12:31 AM
Hi,
How do i make the content wrapper flush with the edge of the browser. It is more noticeable in mobile view. My site
Posted 25 January 2013 - 12:55 AM
Hi,
If you have
or Chrome's Inspection Tool, you'll see this code:#site .content, #footer .content
In that you're going to see max-width:1340px;
That's the problem. It results in limiting the content area to that size.
If you change it by editing the code and copying, then pasting the entire bit to Dashboard > PageLines > Site Options > Custom Code and make the width 100%, the content area is going to go edge to edge, no matter how big the browser or screen may be.
Posted 31 January 2013 - 08:53 AM
Hi Rob,
I have tried searching fro that code using firebug inspection tool and I cant seem to find it. Is there something im doing wrong?
Thanks
Posted 31 January 2013 - 09:36 AM
Hi,
You can try the following code: