How to move banner text to top left

Solved

How to move banner text to top left

Chrystel078
Excursionist
52 0 5

Hi everyone,

 

I want to move my banner text of the desktop version to the top left.

Could someone help me with this?

 

It is the Prestige theme

 

https://luyendykjewelry.com/

 

Thank you in advance!

Accepted Solution (1)

suyash1
Shopify Partner
10952 1357 1733

This is an accepted solution.

@Chrystel078 - add this css to the very end of your theme.css file and check

 

@media (min-width: 750px) {
  .Slideshow__Content {top: 10% !important;}
}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Reply 1 (1)

suyash1
Shopify Partner
10952 1357 1733

This is an accepted solution.

@Chrystel078 - add this css to the very end of your theme.css file and check

 

@media (min-width: 750px) {
  .Slideshow__Content {top: 10% !important;}
}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.