Remove side spaces on full page portfolio

Is there a way I can remove the gaps at the sides of the portfolio so that they are full width?

https://mediaprint.design/work


Comments

  • Hi,

    Edit the portfolio element, and change the margin value to zero in the Advanced tab.

    Best regards

  • Ah, that's great thanks.

    I can set it up as a Portfolio Grid element and do it in BeBuilder - I actually have this set up as a Portfolio page so it's controlled from the theme options. Is there a way of doing it that way instead?

    No worries if not. :)

  • I want to use the Masonry Flat layout using the Theme Options Portfolio page, rather than the BeBuilder element - is there a way to remove the margins that way?

  • You can leave it as a portfolio page and use the following CSS code:

    .page-template-template-portfolio .column_portfolio .mcb-column-inner{
     margin: 0!important;
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Best regards

  • Awesome! Thanks so much for your help. :)

Sign In or Register to comment.