Title: Layout messed up
Last modified: August 31, 2016

---

# Layout messed up

 *  Resolved [daanaan](https://wordpress.org/support/users/daanaan/)
 * (@daanaan)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/layout-messed-up-3/)
 * Hi
 * I have a little bug where the layout of is messed up. It is aligned to the left
   while I would like it to be centered.
 * [http://www.bespokedesign.nl/behance/](http://www.bespokedesign.nl/behance/)
 * Greetz!
 * [https://wordpress.org/plugins/portfolio-manager-powered-by-behance/](https://wordpress.org/plugins/portfolio-manager-powered-by-behance/)

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

 *  Plugin Author [eleopard](https://wordpress.org/support/users/eleopard/)
 * (@eleopard)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/layout-messed-up-3/#post-7420461)
 * Dear Daanam,
 * Thank you for using our plugin.
 * Regarding the issue, while adding the shortcode in the post/page, after selecting
   the “Layout Type” as “Multiple Categories” there is an option of “Margin between
   Tiles (in pixel)”. Please set its value to “75” then add the shortcode to the
   page.
 * Let me know if it works.
 *  Thread Starter [daanaan](https://wordpress.org/support/users/daanaan/)
 * (@daanaan)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/layout-messed-up-3/#post-7420467)
 * Hi,
 * Thanks for the reply.
 * This doesn’t work though. It does work for the one specific resolution. However
   when I change the size of my browser and the 3 column layout goes to a two column
   one it’s not centered anymore.
 * I can make the multiple category page myself and just link all the items to single
   pages with the single projects on them. So it’s not that much of a problem but
   it’s a little bit more effort.
 * With kind regards,
    Daan
 *  Plugin Author [eleopard](https://wordpress.org/support/users/eleopard/)
 * (@eleopard)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/layout-messed-up-3/#post-7420484)
 * Dear Daanaan,
 * Please use this Solution:
 * Change the Margins of tiles back to 20px
 * Paste the following CSS in:
    Portfolio Manager > Settings > Advanced Tab > Custom
   CSS
 *     ```
       .eds-bpm-main {
           max-width: 1045px;
           margin-left: auto;
           margin-right: auto;
       }
   
       @media only screen and (min-width: 992px) and (max-width: 1199px) {
       .eds-bpm-main{
       max-width: 780px;
       }
       }
   
       @media only screen and (min-width: 570px) and (max-width: 991px) {
       .eds-bpm-main{
       max-width: 520px;
       }
       }
       @media only screen and (max-width: 569px) {
       .eds-bpm-main{
       max-width: 260px;
       }
       }
       ```
   
 * Let me know if this works.
    Every theme has its own page widths and break-points,
   that’s why we cannot write a generic CSS for that.
 *  Thread Starter [daanaan](https://wordpress.org/support/users/daanaan/)
 * (@daanaan)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/layout-messed-up-3/#post-7420491)
 * Hi,
 * Awesome it works!
 * Thanks!
 *  Plugin Author [eleopard](https://wordpress.org/support/users/eleopard/)
 * (@eleopard)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/layout-messed-up-3/#post-7420505)
 * Great!!!
 * If you like our plugin, would you mind taking a few minutes to write a review
   for us please.

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

The topic ‘Layout messed up’ is closed to new replies.

 * ![](https://ps.w.org/portfolio-manager-powered-by-behance/assets/icon-256x256.
   png?rev=1243928)
 * [Behance Portfolio Manager](https://wordpress.org/plugins/portfolio-manager-powered-by-behance/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/portfolio-manager-powered-by-behance/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/portfolio-manager-powered-by-behance/)
 * [Active Topics](https://wordpress.org/support/plugin/portfolio-manager-powered-by-behance/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/portfolio-manager-powered-by-behance/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/portfolio-manager-powered-by-behance/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [eleopard](https://wordpress.org/support/users/eleopard/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/layout-messed-up-3/#post-7420505)
 * Status: resolved