Portfolio full width on mobile?

Hi,

If you look at this portfolio page: https://vektropol.dk/portfolio/faxe-bugt-tandklinik/. Is it possible to have it full width on mobile? The background takes a lot of space…

Hello @Kobber,

Thanks for writing in!

To resolve your issue and make the portfolio item page fullwidth in smaller screens, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

@media(max-width: 967px){
    .single-x-portfolio .x-container.max.width.offset {
        width: 100%;
        margin: 0 auto;
    }
}

We would love to know if this has worked for you. Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.