url: genhaat.com
I want this banner to be smaller in size and therefore want to increase horizontal+vertical padding size
url: genhaat.com
I want this banner to be smaller in size and therefore want to increase horizontal+vertical padding size
Hello @ahana1605 ![]()
In Shopify Admin, you can go to Themes, Edit code, open file base.css and add this code snippet at the bottom
@media (max-width: 750px) {
.banner__box.content-container {
max-width: 60rem;
}
}
The result
Hope that helps!