Hi, I would like to resize my Mosaic section so it takes up less space and stays above the fold on my website. It is too dominating of an element and overpowers anything else I add. How do I change the size of this section? Or is it just easier to use a homepage builder app?
It is way bigger than I want it to be regardless of the browser size. It is fine on mobile.
Hi and welcome!
Could you post a URL to your page and I will take a look for you 
1 Like
https://facilityhut.com/
Thanks! Its just on the homepage.
Sorry, it never notified me you’d replied!
Try adding this to the bottom of your theme.scss file:
@media screen and (max-width: 1023px) and (min-width: 720px)
.promo-mosaic--inner.promo-mosaic--layout-4.promo-mosaic--maintain-aspect-ratio .promo-mosaic--column {
width: 50% !important;
}