• Hi,

    I’m in the process of trying to get a Instagram feed to spread accross the whole of the webpage. The said page is http://www.luffit.com/instagram-test

    Currently the feed sits in the middle, which is a start. But the images should be larger in size and stretch across the whole page. [the image size is currently restricted by the page width]

    How can I change the width or perhaps it’s the margins that need changing.

    Any help would be great.

    Thanks

Viewing 1 replies (of 1 total)
  • You could try something like this in your custom CSS:

    #post-5486 .entry-content {
        width: 980px;
        max-width: 980px;
    }

    You can play around with those numbers (980px) until you find something you like.

Viewing 1 replies (of 1 total)
  • The topic ‘Increasing Page width/margins’ is closed to new replies.