Title: Full width page does not work properly
Last modified: August 22, 2016

---

# Full width page does not work properly

 *  Resolved [bek86](https://wordpress.org/support/users/bek86/)
 * (@bek86)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/full-width-page-does-not-work-properly/)
 * Hi,
    I have a Instagram page with no sidebars (full width page), but the it is
   not shown properly. It is displayed like there is right sidebar. I’ve tried to
   set maximum width and other settings, but it does not work…
 * Thank you
 * [https://wordpress.org/plugins/instagram-feed/](https://wordpress.org/plugins/instagram-feed/)

Viewing 11 replies - 1 through 11 (of 11 total)

 *  Plugin Author [smashballoon](https://wordpress.org/support/users/smashballoon/)
 * (@smashballoon)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/full-width-page-does-not-work-properly/#post-5205611)
 * Hey bek86,
 * The maximum size of the images in the feed is 612px x 612px – this is the largest
   size that Instagram provides them at. It sounds like you may be trying to make
   the feed wider than this, if this is the case then the images wouldn’t display
   any bigger than 612px.
 * It’s possible to use some custom CSS to make the images the full width so that
   they display larger than this but they would lose quality or be pixelated as 
   they are being blown up beyond their original size. If you’d like to do this 
   then let me know and I can send you the CSS to use.
 * John
 *  Thread Starter [bek86](https://wordpress.org/support/users/bek86/)
 * (@bek86)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/full-width-page-does-not-work-properly/#post-5205613)
 * Hi,
 * I don’t think is about image size. I have tried also with 7 columns.
    The problem
   is it does not go over the potential sidebar space (which I have disabled). I’ve
   tried to put also other content before Instagram feed and it is displayed properly,
   while feed is limited in matter of space (Images are resized automatically, even
   if I set the maximum size).
 * Thanks in advance
 *  Plugin Author [smashballoon](https://wordpress.org/support/users/smashballoon/)
 * (@smashballoon)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/full-width-page-does-not-work-properly/#post-5205643)
 * Hey Bek,
 * Could you send me a link to your page so that I can take a look at what might
   be causing the issue?
 * Many thanks,
 * John
 *  Thread Starter [bek86](https://wordpress.org/support/users/bek86/)
 * (@bek86)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/full-width-page-does-not-work-properly/#post-5205708)
 * Website is not online yet…
    If you want I can give you the access to back office,
   but you should change the hosts file to see it…
 *  Plugin Author [smashballoon](https://wordpress.org/support/users/smashballoon/)
 * (@smashballoon)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/full-width-page-does-not-work-properly/#post-5205755)
 * The feed is set to automatically fill 100% of the width of it’s parent (unless
   you set the width of the feed manually) and so it should fill the full width 
   of whatever container it is in. If you’re unable to provide a link then could
   you try right clicking on the feed and inspecting it’s parent element to see 
   whether there is a width set on it which might be preventing it from filling 
   the full width of the page?
 * John
 *  [Josh](https://wordpress.org/support/users/joshjones/)
 * (@joshjones)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/full-width-page-does-not-work-properly/#post-5205778)
 * Unfortunately, the feed is **NOT** set to 100% width of parent container… If 
   you look at the code below, you’ll see that the CSS for the top level wrapper
   div is set to max-width:612px.
 *     ```
       #sb_instagram {
         float: left;
         width: 100%;
         max-width: 612px;
         margin: 0 auto;
         padding: 0;
         -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
         box-sizing: border-box;
       }
       ```
   
 * You should really remove the `max-width: 612px` so that the div will expand to
   fill the entire width of its parent. I’ve delayed updating the plugin several
   times just so that I wouldn’t have to go back through and fix your CSS… AGAIN.
 * Thanks!
 *  Plugin Author [smashballoon](https://wordpress.org/support/users/smashballoon/)
 * (@smashballoon)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/full-width-page-does-not-work-properly/#post-5205779)
 * Hey Josh,
 * You’re right, that max-width should only be applied when the photos are displayed
   in 1 column. I’ll fix this in the next update.
 * Thanks for letting me know,
 * John
 *  Plugin Author [smashballoon](https://wordpress.org/support/users/smashballoon/)
 * (@smashballoon)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/full-width-page-does-not-work-properly/#post-5205781)
 * Just to let you know that I’ve just pushed out an update (1.1.6) which should
   fix this. Let me know whether it resolves the issue for you.
 * John
 *  [Josh](https://wordpress.org/support/users/joshjones/)
 * (@joshjones)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/full-width-page-does-not-work-properly/#post-5205782)
 * Hey!
 * Thanks for the quick turnaround! I have one more suggestion if you’re willing
   to mull it over… Perhaps add a class to the “load more” button when there’s no
   more images to be loaded? This way we can use that class in the CSS to hide the
   button when no more images exist that haven’t already been loaded.
 * Thanks!
 *  Plugin Author [smashballoon](https://wordpress.org/support/users/smashballoon/)
 * (@smashballoon)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/full-width-page-does-not-work-properly/#post-5205783)
 * Hey Josh,
 * Thanks for the suggestion. I’ve added that to the update list and will include
   it in the next update.
 * John
 *  Plugin Author [smashballoon](https://wordpress.org/support/users/smashballoon/)
 * (@smashballoon)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/full-width-page-does-not-work-properly/#post-5205798)
 * Hey Josh,
 * Just to let you know that I’ve just pushed out another update to the plugin (
   v1.2) which includes the feature you requested. The ‘Load More’ button will now
   automatically be hidden if there are no more photos to load.
 * John

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Full width page does not work properly’ is closed to new replies.

 * ![](https://ps.w.org/instagram-feed/assets/icon-256x256.png?rev=2700807)
 * [Smash Balloon Social Photo Feed – Easy Social Feeds Plugin](https://wordpress.org/plugins/instagram-feed/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/instagram-feed/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/instagram-feed/)
 * [Active Topics](https://wordpress.org/support/plugin/instagram-feed/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/instagram-feed/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/instagram-feed/reviews/)

## Tags

 * [full width page](https://wordpress.org/support/topic-tag/full-width-page/)

 * 11 replies
 * 3 participants
 * Last reply from: [smashballoon](https://wordpress.org/support/users/smashballoon/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/full-width-page-does-not-work-properly/#post-5205798)
 * Status: resolved