Hi all,
Anyone knows how I can reduce the size of the white box (reducing the margins maybe?) behind the text in my image overlay section?
Theme: Symmetry
Hi all,
Anyone knows how I can reduce the size of the white box (reducing the margins maybe?) behind the text in my image overlay section?
Theme: Symmetry
hello @nadimnahas
please Go to Online Store->Theme->Edit code then go to assets/styles.css ->paste below code at the bottom of the file.
@media only screen and (min-width: 749px){
.template-index .shopify-section.section-image-with-text-overlay .overlay-text__inner .overlay-text__text {
padding: 20px 50px;
}
}
Awesome thanks! This fixed the height size ![]()
Any idea how to reduce the width size? It’s still the same.