Hey, can someone please help me?
I want the content container to move a bit up.
Thanks in advance
https://pupn48q0zbzsrhfx-85421687108.shopifypreview.com
burtah
Hey, can someone please help me?
I want the content container to move a bit up.
Thanks in advance
https://pupn48q0zbzsrhfx-85421687108.shopifypreview.com
burtah
Hi @noah12x2
Try this one.
@media screen and (min-width: 750px) {
.banner--desktop-transparent .banner__box {
bottom: 15%;
}
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hi @noah12x2
Please add this code to Custom CSS of Image banner in Online store > Themes > Customize
.banner__box { margin-top: 100px; }