Hi
I would like to make the content area of my page wider – 1000px at least
I’ve already tried typing the following into custom css
#content {
width: 1000px;
}
The url is http://vikmartin.co.uk/blog/
Could someone take a look and let me know what to do please?
Thanks
Vik
You are using the “No Sidebars” layout or have no widgets in the sidebars. Try using a layout with sidebars or adding widgets to the sidebar. If you don’t want a sidebar you can use the “Full Width” layout.
Hi Thanks for answering
I’ve tried the full width layout but it doesn’t seem to make any difference
Ah! I’ve done it. In case anyone wants to know this is what I put in the custom CSS
.page-template-template-no-sidebars-php #wrapper,
.page-template-template-blog-no-sidebars-php #wrapper,
.page-template-template-portfolio-no-sidebars-php #wrapper {
max-width: 1000px;
}
On the advice of a very clever friend.