Content Container position

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.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@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; }