Re: MOBILE VIEW: Text Container ON TOP of Background Image?

Solved

MOBILE VIEW: Text Container ON TOP of Background Image?

Elizawebdesign
Shopify Partner
11 2 0

I would like the white text container to overlay the background polka dots image, just how it looks on desktop. When I "hide container"  the text is not legible. mamajamajewels.com

mobile.png

Accepted Solution (1)
Elizawebdesign
Shopify Partner
11 2 0

This is an accepted solution.

@media (max-width: 749px) {
.banner__box {
background: #fff;
padding: 8px;
margin: 6rem 2.5rem;
}
}

View solution in original post

Replies 5 (5)

niraj_patel
Shopify Partner
2378 514 511

Hello @Elizawebdesign 
Password?

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
Elizawebdesign
Shopify Partner
11 2 0

This is an accepted solution.

@media (max-width: 749px) {
.banner__box {
background: #fff;
padding: 8px;
margin: 6rem 2.5rem;
}
}

Elizawebdesign
Shopify Partner
11 2 0
reefru
niraj_patel
Shopify Partner
2378 514 511

Already white text container to overlay the background polka dots image

techlyser_web_0-1706198437444.png

 

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
Elizawebdesign
Shopify Partner
11 2 0

I found a solution, thanks!