We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Why is my slideshow text not displaying properly on mobile view?

Solved

Why is my slideshow text not displaying properly on mobile view?

Alliance
Trailblazer
550 8 35

Hi guys,

 

I have text as a part of the slides images design, I didn't use the theme building Heading and Sub-Heading.  In desktop view, no issues, but in mobile view, the placeholder of the headings is visible with a big white background. 

Alliance_0-1673274770675.png

 

Screenshot_20230109-172032_Chrome.jpg

 Thank you,

allianceautoproducts.com

Accepted Solution (1)
EBOOST
Shopify Partner
1409 352 438

This is an accepted solution.

Hi @Alliance

sorry it should be

.template-index  .slideshow__text-wrap--mobile {
		display: none!important;
	}

Not

.template-index .slideshow  .slideshow__text-wrap--mobile {
		display: none!important;
	}

Remove .slideshow

 

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips

View solution in original post

Replies 3 (3)

EBOOST
Shopify Partner
1409 352 438

Hi @Alliance 

@media(max-width: 749px){
	.template-index .slideshow  .slideshow__text-wrap--mobile {
		display: none!important;
	}
	.template-index .slideshow  .slideshow__btn {
		display: inline-block!important;
	    min-height: inherit!important;
	    line-height: 1;
	    max-width: 39%;
	    margin-left: auto;
	    font-size: 2vw;
	}
	.template-index .slideshow__text-wrap--desktop .slideshow__text-content {
	    top: auto!important;
	    bottom: 8%!important;
	    transform: none!important;
	}
}
- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips
Alliance
Trailblazer
550 8 35

Screenshot_20230110-004829_Chrome.jpgHi,

 

Got double buttons and white grid still there.

EBOOST
Shopify Partner
1409 352 438

This is an accepted solution.

Hi @Alliance

sorry it should be

.template-index  .slideshow__text-wrap--mobile {
		display: none!important;
	}

Not

.template-index .slideshow  .slideshow__text-wrap--mobile {
		display: none!important;
	}

Remove .slideshow

 

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips