Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #528458

    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

    #528544

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.