Shopify themes, liquid, logos, and UX
Hi everyone,
I want to move my banner text/content of the desktop version to the top, about 10% from the top.
Could someone help me with this?
It is the Prestige theme
Thank you in advance!
similar to this?
Yes that would be it. Could you share the code please?
add this code in theme.css
.slideshow__slide-content {
top: 20%;
}
It does not seem to move
Hello @Chrystel078 , there is not text above button? how can i suggest you custom code?
Currently it is in the middle of the page
Hello @Chrystel078
Go to online store ----> themes ----> actions ----> edit code ---->theme.css
add this code at the end of the file and save.
@media screen and (min-width: 1000px) {
.slideshow__slide-content.place-self-start-center.text-center.sm\:place-self-start-center.sm\:text-center {
top: 5rem !important;
}
.prose:not(.prose--tight) :where(:not(meta,span)+*) {
margin-block-start: 0.5rem !important;
}
.prose:not(.prose--tight) :is(.button,.button-group:has(.button)) {
margin-block-start: 1rem !imporetant;
}
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
It does not seem to move
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025