Re: How to move the txt of a image banner?

Solved

How can I reposition the text on my image banner?

Brilant
Excursionist
19 0 3

Hey Guys, my site is : www.secretsbyglammy.com 
I was wondering if it is possibile to move up the txt of the image banner in the Home Page and the button too.
Thank you very much!!!

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
10043 2388 3015

This is an accepted solution.

Hi @Brilant 

Is this enough?

Made4uoRibe_0-1710954633132.png

 

If it is check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

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__content.banner__content--middle-center {
    align-items: flex-start;
    padding-top: 0px;
}
    .banner--desktop-transparent .banner__box {
        padding-top: 10px
    }
}

 

And Save. 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Reply 1 (1)

Made4uo-Ribe
Shopify Partner
10043 2388 3015

This is an accepted solution.

Hi @Brilant 

Is this enough?

Made4uoRibe_0-1710954633132.png

 

If it is check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

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__content.banner__content--middle-center {
    align-items: flex-start;
    padding-top: 0px;
}
    .banner--desktop-transparent .banner__box {
        padding-top: 10px
    }
}

 

And Save. 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.