Move text on banner to the top

Move text on banner to the top

Chrystel078
Excursionist
52 0 5

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

 

https://luyendykjewelry.com/

 

Thank you in advance!

Replies 8 (8)

top-search
Shopify Partner
19 1 8

Screenshot 2025-01-22 at 3.29.10 PM.png

similar to this?

 

Chrystel078
Excursionist
52 0 5

Yes that would be it. Could you share the code please?

top-search
Shopify Partner
19 1 8

add this code in theme.css

.slideshow__slide-content {
top: 20%;
}

Chrystel078
Excursionist
52 0 5

It does not seem to move

topnewyork
Astronaut
1368 165 224

Hello @Chrystel078 , there is not text above button? how can i suggest you custom code?

topnewyork_0-1737541148233.png

 

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month
Chrystel078
Excursionist
52 0 5

Scherm­afbeelding 2025-01-22 om 11.57.31.png

 

Currently it is in the middle of the page

Rahul_dhiman
Shopify Partner
833 158 176

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
177.png

If this was helpful, hit the like button and accept the solution.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

Chrystel078
Excursionist
52 0 5

It does not seem to move