Hi,
How do I edit Button 1 “Discover Fragrances” to the bottom of the image? On the Prestige theme
Goal: Move “Button 1 – Discover Fragrances” to the bottom of the image in the Shopify Prestige theme.
Approaches offered:
Notes:
Status: No confirmation from the requester; resolution not verified. Discussion remains open pending feedback on which method works.
Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings
@media (max-width: 749px) {
#shopify-section-template--16830454694121__slideshow .slideshow__slide-content.place-self-center {
place-self: stretch;
margin-top: 90px;
}
}
Hi
To move Button 1 in the Prestige theme, you can use the template settings and then under Mobile content position and Desktop content position in the section editor select the required position ( screen shot attached )These dropdowns let you adjust where the content, including buttons, appears on both mobile and desktop views (e.g., Bottom center, Top left, etc.).
If you need more control over the positioning, let me know, and I can guide you further—sometimes small CSS tweaks help to fine-tune things exactly as you want.
Try this one.
@media only screen and (max-width: 749px){
slideshow-carousel#carousel-template--16830454694121__slideshow .place-self-center {
place-self: flex-end center;
}
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!