How can i increase the text a bit on mobile view only? sahara theme

I want the text to move up a bit just below the bottom of the bikini top

Hi @mayatranquila

You can edit theme code:

Add the following code at the end of the base.css file

@media screen and (min-width: 750px) {
.hero__content align-center text-center justify-center text-colors-inverse background-colors-accent-1{
display: none;
}
}

@mayatranquila - can you please share this page link?

Hello @mayatranquila

Go to online store ----> themes ----> actions ----> edit code ----> assets ---->section-hero-banner.css
add this code at the end of the file and save.

.hero-banner--full .hero__content {
bottom: 4rem !important;
}

Thanks

1 Like