Popup resize for mobile optimzation Dawn theme

Popup resize for mobile optimzation Dawn theme

cheripressons
Visitor
2 0 0

I'm using the Dawn theme with shopify forms, and the popup on the mobile is showing up really long and covering the whole screen. How can I fix this? There's also a lot of white space between the text and image, which i want to reduce.

 IMG_A50501C8BE48-1.jpeg

Replies 2 (2)

GTLOfficial
Shopify Partner
880 182 192

Hello @cheripressons 
Go to online store ----> themes ----> actions ----> edit code ----> base.css
add this code at the end of the file and save.

@media screen and (max-width: 749px) {
._gridItemContent_stahb_257 {
padding: 0px 10px 0px 10px;
}

result
33.png


If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
cheripressons
Visitor
2 0 0

Tried, did not work 😞