Banner Header & Button relocate

Solved

Banner Header & Button relocate

chumani
Explorer
57 2 16

HI all, 

is it possible to relocate the Banner ("Celebrate the present") and the Button (Shop Now) on my landing page www.chumani-jewels.com ? Especially for the mobile version, the letters are on her face 😞 it should be above the necklace but under the lips.

Grateful for any help!

mobile version.jpeg

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9600 2289 2843

This is an accepted solution.

Hi @chumani 

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 only screen and (max-width: 749px){
.slideshow__text-wrap--desktop .slideshow__text-content {
    top: 80%;
}
}

 

And Save. 

result:

Made4uoRibe_0-1718977125096.png

 

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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
9600 2289 2843

This is an accepted solution.

Hi @chumani 

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 only screen and (max-width: 749px){
.slideshow__text-wrap--desktop .slideshow__text-content {
    top: 80%;
}
}

 

And Save. 

result:

Made4uoRibe_0-1718977125096.png

 

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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
chumani
Explorer
57 2 16

Thank you @Made4uo-Ribe , again! 🙂