Increase page width

Hi, I can increase the width of the page contents, but not the page itself, so when I increase the banner width for instance, the page itself stays the same width, thus the page/contents are misaligned.

How to increase it ?

1,013 Views
Message 1 of 4
Report
1 Best Answer

Best Answer

You wanna get the content-wrapper div wider with something like this:

<style>
    #content-wrapper
    {
        width: 95% !important;
    }
</style>

I used a percentage so it will expand and contract rather than be a fixed width.

View Best Answer >

972 Views
Message 5 of 4
Report
3 REPLIES 3
Square

Hi @bhutto938 If you are asking for code help from the community it is a good idea to also post a link to your live site. Thanks!

996 Views
Message 5 of 4
Report

creedofibrahim.weebly.com

I want to create more distance between the left and side portions of the page so that the text on left can be put on one line.

993 Views
Message 5 of 4
Report

Best Answer

You wanna get the content-wrapper div wider with something like this:

<style>
    #content-wrapper
    {
        width: 95% !important;
    }
</style>

I used a percentage so it will expand and contract rather than be a fixed width.

973 Views
Message 5 of 4
Report