Hi,
I am wondering is it possible to create a single page that is a bit wider than the rest of the site?
I quite like the boxed layout but I just want my portfolio photos to be a bit bigger on my portfolio page?
Is that achievable in some sort?
Thanks,
Chip
Hi Chipsybg!
Add this to a codeblock element in the pages you want to increase the width.
<style type = "text/css">
#top, .container {
width: 1300px !important;
max-width: 1300px !important;
}
</style>
Regards,
Elliott