Hi Adam,
Thanks for your support
FYI – I have disabled cache plugin and cleared all cache and data and even though size-changing effect occurs during reloading in mobile/desktop on the non-firefox browsers
I do have a CSS code(mentioned below) for zipcode plugin where a map icon and help text “available at 600010” is getting aligned.
/*zipcode plugin align in product page*/
@media only screen and (min-width: 767px) {
.avlpin{
padding-top:0px!important;
margin-top:10px!important;
padding-bottom:3px!important;
background-color:rgba(0,0,0,0);
text-align:left!important;
}
}
@media only screen and (max-width: 767px) {
.avlpin{
padding-top:0px!important;
background-color:rgba(0,0,0,0);
margin-top:10px!important;
padding-bottom:5px!important;
text-align:left!important;
}
}
/*icon oversized solution*/
.wc-delivery-time-response .phoe-green-location-icon img{
max-width:18px!important;
margin-top:-3px!important;
margin-right:-5px!important;
}
.pincode_static_text{
font-size:16px!important;
}
/*end of zipcode plugin align in product page*/
I have done a screening video(below link) of before and after applying the CSS code.
https://www.loom.com/share/19055e71a0484d9190cd1fbd378d9ce3
FYI – I have got the CSS code for oversize location marker from you and also both the before and after CSS code issues only with non-firefox browsers in mobile/desktop
Regards