Title: CSS Styling
Last modified: March 8, 2017

---

# CSS Styling

 *  Resolved [philwiener](https://wordpress.org/support/users/philwiener/)
 * (@philwiener)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/css-styling-28/)
 * Hi there,
 * let me 1st say that I love using the plugin —> many thanks for that! At the moment
   I style it a little bit – therefore I have some questions:
 * 01 >> I want to center the whole Mosaic on my website. Means: When I change the
   window size, it should always keep centered … Could you help me with the CSS 
   for that? (my website is: philwiener.com)
 * 02 >> When I tap on a project on mobile devices, it leads me to Behance (that’s
   correct) but additionally it opens an empty tab in my phone’s browser. I know
   that’s because I activated the setting “Open Project in New Tab” –> but I want
   to deactivate it just on the phone, and keep it on desktop.
 * Many thanks in advance,
    Phil

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

 *  Plugin Author [eleopard](https://wordpress.org/support/users/eleopard/)
 * (@eleopard)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/css-styling-28/#post-8889120)
 * Dear Phil,
 * Thanks for using the Portfolio Manager.
    Regarding your issue. It can be done
   using some custom CSS styling.
 * Please let me know the link to your portfolio, and I’ll try to create a custom
   solution for you.
 *  Thread Starter [philwiener](https://wordpress.org/support/users/philwiener/)
 * (@philwiener)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/css-styling-28/#post-8889136)
 * Dear eleopard,
 * thanks for your quick response!
 * My portfolio can be found here:
    [https://philwiener.com/#portfolio](https://philwiener.com/#portfolio)
 * Best,
    Phil
 *  Plugin Author [eleopard](https://wordpress.org/support/users/eleopard/)
 * (@eleopard)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/css-styling-28/#post-8892169)
 * Dear Phil,
 * Please paste the following CSS in
    **Portfolio Manager > Settings > Advanced 
   Tab > Custom CSS box**
 *     ```
       .eds-bpm-main{
       	margin-left: auto;
       	margin-right: auto;
       }
       @media only screen and (min-width: 960px) and (max-width: 1199px) {
       	.eds-bpm-main{
       		max-width: 700px;
       	}
       	#portfolio .subheadline-negative{
       		margin-left: 90px;
       	}
       }
       @media only screen and (min-width: 768px) and (max-width: 959px) {
       	.eds-bpm-main{
       		max-width: 464px;
       	}
       	#portfolio .subheadline-negative{
       		margin-left: 90px;
       	}
       }
       @media only screen and (max-width: 767px) {
       	.eds-bpm-main{
       		max-width: 232px;
       	}
       	#portfolio .subheadline-negative{
       		text-align: center;
       	}
       }
       ```
   
 * Note: I have added margin left to make the titles stick to the left, when the
   portfolio items are centered. Please remove all the #portfolio .subheadline-negative
   rules if you do not want that.
 * Let me know if this works.
 *  Thread Starter [philwiener](https://wordpress.org/support/users/philwiener/)
 * (@philwiener)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/css-styling-28/#post-8893396)
 * Dear eleopard,
 * woooow! This works perfectly!
    Many thanks – I am totally thrilled about your
   quick and highly personolized help!
 * Best regards,
    Phil
 *  Plugin Author [eleopard](https://wordpress.org/support/users/eleopard/)
 * (@eleopard)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/css-styling-28/#post-8893402)
 * Glad to know it worked 🙂
    Feel free to let me know if you have any other issues.
 * Lastly, please don;t forget to rate the plugin:
    [https://wordpress.org/support/plugin/portfolio-manager-powered-by-behance/reviews](https://wordpress.org/support/plugin/portfolio-manager-powered-by-behance/reviews)
 *  Thread Starter [philwiener](https://wordpress.org/support/users/philwiener/)
 * (@philwiener)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/css-styling-28/#post-8894270)
 * Done!

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

The topic ‘CSS Styling’ 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/)

## Tags

 * [behance](https://wordpress.org/support/topic-tag/behance/)
 * [center](https://wordpress.org/support/topic-tag/center/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [styling](https://wordpress.org/support/topic-tag/styling/)
 * [tab](https://wordpress.org/support/topic-tag/tab/)

 * 6 replies
 * 2 participants
 * Last reply from: [philwiener](https://wordpress.org/support/users/philwiener/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/css-styling-28/#post-8894270)
 * Status: resolved