Adjustment of content position on a mobile slideshow - Craft

Solved

Adjustment of content position on a mobile slideshow - Craft

StylingAddicts
Tourist
3 0 1

HI, I'm looking to adjust the position of my content on the landing page slideshow on mobile devices. It's currently auto positioning and creating a block under the photos. Im hoping to position it to the bottom left of the photo on mobile devices. 

Any help is appreciated 

 

Thanks

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
10211 2427 3082

This is an accepted solution.

Thanks for the info, do you mean like this? 

Made4uoRibe_0-1727964761564.png

If it is check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

@media only screen and (max-width: 749px){
.slideshow__text-wrapper.banner__content {
    position: absolute;
    top: 55%;
}
.slideshow__media.banner__media.media {
    flex-grow: 1;
}
.slideshow__text.banner__box.content-container {
    background: transparent;
}
}

 

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

Replies 5 (5)

Made4uo-Ribe
Shopify Partner
10211 2427 3082

Hi @StylingAddicts 

Would you mind to share your Store URL website? with password if its unpublish. 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.
StylingAddicts
Tourist
3 0 1

Certainly, 

https://stylingaddicts.co.uk/

 

Thank you

 

Made4uo-Ribe
Shopify Partner
10211 2427 3082

This is an accepted solution.

Thanks for the info, do you mean like this? 

Made4uoRibe_0-1727964761564.png

If it is check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

@media only screen and (max-width: 749px){
.slideshow__text-wrapper.banner__content {
    position: absolute;
    top: 55%;
}
.slideshow__media.banner__media.media {
    flex-grow: 1;
}
.slideshow__text.banner__box.content-container {
    background: transparent;
}
}

 

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.
StylingAddicts
Tourist
3 0 1

Thank you that's Perfect! I've adjusted the top % to get the positioning I want. 

 

Thank you for the quick response!

Made4uo-Ribe
Shopify Partner
10211 2427 3082

Yes, sure. You can do that. Welcome.

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.