How to make section smaller in venue theme

Hi, I want to make the vertical height of the “our quality guarantee” narrower (especially for phones.) Can anyone help? Thanks.

Hi @Discopacecat ,

Go to Assets > theme.css and paste this at the bottom of the file:

.section--template--15465239806175__4520605a-6af1-4020-979f-10a05ae8b368 .home-intro--small {
    min-height: 320px !important;
}
@media screen and (max-width: 767px) {
	.section--template--15465239806175__4520605a-6af1-4020-979f-10a05ae8b368 .home-intro--small {
		min-height: 250px !important;
	}
}

Hope it helps!

Thanks, this worked but it isn’t changing on the mobile phone?

Hi @Discopacecat ,

You can refer

So you just need to change the 2nd code, it will work fine for mobile