How to move the position of heading, subheading and button label? (Dawn, slideshow)

Solved

How to move the position of heading, subheading and button label? (Dawn, slideshow)

TeamPockets
Tourist
6 0 2

as tas itCapture.PNG

as it shows in the picture above, the text is not in an ideal place, which is wired, because in store customization, it shows exactly where I want i to be. However, in the website it shows differently. 

the following is where I would like the text to be. Thank you sooo much!!!!
Capture.PNG

Accepted Solution (1)

Moeed
Shopify Partner
6589 1784 2165

This is an accepted solution.

Hey @TeamPockets 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
@media screen and (min-width: 768px) {
.banner__box.gradient {
    right: 140px !important;
}
}
</style>

RESULT:

Moeed_0-1705481543702.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 2 (2)

Moeed
Shopify Partner
6589 1784 2165

This is an accepted solution.

Hey @TeamPockets 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
@media screen and (min-width: 768px) {
.banner__box.gradient {
    right: 140px !important;
}
}
</style>

RESULT:

Moeed_0-1705481543702.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


TeamPockets
Tourist
6 0 2

Hi, Thank you so much for your response!
it fixed the landing page, however all the text on image banner move to the right too. Is there any way only edit the change on the slideshow?