- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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 ?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report