Fixing Popup On My Page

Solved

Fixing Popup On My Page

TuneToyz
Explorer
90 0 22

https://tunetoyz.com/?popup-preview=true&popup-id=NjExOTA=

Hello! I’ve included a link to my popup above, which has an issue. I don't want the background to completely cover the image. Instead, I'd like some padding so the image can be visible within the popup, similar to the example attached below. Is there any CSS code I can add to achieve this? Thank you!

Screen Shot 2024-11-09 at 10.53.00 AM.png

s.png

 

 

Accepted Solution (1)

Markit-Themes
Shopify Partner
296 62 50

This is an accepted solution.

Hi TuneToyz,

 

Here is css code for fix your problem:

 

.react-international-phone-input-container {
margin-top: 218px;
}
._adminModalContainer_rds7d_255 ._modalContent_rds7d_22 {
background-size: contain !important;
max-height: 95vh !important;
}

 

Regards,

Markit-Themes

I am available for freelance work | Chat on WhatsApp.

View solution in original post

Replies 5 (5)

Markit-Themes
Shopify Partner
296 62 50

This is an accepted solution.

Hi TuneToyz,

 

Here is css code for fix your problem:

 

.react-international-phone-input-container {
margin-top: 218px;
}
._adminModalContainer_rds7d_255 ._modalContent_rds7d_22 {
background-size: contain !important;
max-height: 95vh !important;
}

 

Regards,

Markit-Themes

I am available for freelance work | Chat on WhatsApp.
TuneToyz
Explorer
90 0 22

where do I add it?

TuneToyz
Explorer
90 0 22

Nevermind I found it thanks 

TuneToyz
Explorer
90 0 22

Screen Shot 2024-11-09 at 12.04.09 PM.png

is there a way to make it more like a  square shape? 

TuneToyz
Explorer
90 0 22

like smaller