Hello,
Is there a way to edit the code so a certain portion of my text always shows together (see attached image).
Right now it shows as:
"Statement Earrings, for
Statement-Makers"
I’d like it to always show as:
"Statement Earrings,
for Statement-Makers"
Is there a way to move the “for” to the bottom line?
Thank you!
Hi @carodeal ,
Can you share your store url ?
@carodeal ,
@media only screen and (min-width: 992px) {
h2.banner__heading.h1 {
width: 72%;
font-size: 35px;
}
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
@oscprofessional Genius! Thank you so much!
I have the same issue. I cannot find the place to enter that code. Please advise, thank you!