Portfolio List - Disable Full width on mobile devices

Hello,

I am using the following page as my portfolio page:

I am also using the portfolio list. On the desktop page evertyhing is correct and the portfolio list design is not in full width.

But on mobile devices the portfolio design is in full width.

I want the design to be in grid.

At page options I also made the setting: Disable full width, but it does not change anything. Please help me.

Comments

  • Hello,

    Did you try to set the Full Width | except mobile in the section options that contain the portfolio item?

    Best regards

  • Hey Phil,

    unfortunately it does not work because there is no section containing the portfolio content.

    The page "/referenzen" has the portfolio content because I set this page as portfolio page at Theme Options -> Portfolio.

  • We are investigating the source of this issue.

    For now, please, put the following code in Betheme -> Theme options -> Custom CSS & JS -> CSS.

    @media only screen and (max-width: 767px) {
       .portfolio_wrapper .section_wrapper{
          margin: 0 20px!important;
       }
    }
    

    Thanks

  • Thank you. It worked. :)

Sign In or Register to comment.