Google Play badge not lining up with apple badge inside classic block grid

Hello, I need help with Google Play and Apple IOS badges.
For some reason, the google play badge is slightly off alignment with the apple play badge.

I am using the default APP theme and I’m replacing the classic grid box icons (Download on Apple, Google, or Windows) with the Apple and Google Badge generators.
My issue is that I don’t know how to manipulate the padding around the content boxes to force them to align and I don’t know how to find these settings in the cornerstone builder.

Also, this is my first ticket, so please let me know where I can securely submit admin login/FTP info if necessary.

Thank you for your help!

Hi,

The image itself from google has a transparent space around it.

https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png

You can align it by adding width and margin-top to your image

eg. Please change your code to this

<a href='https://play.google.com/store/apps/details?id=com.declaration.declareit&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img style="width:164px;margin-top:-12px;" alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png'/></a>

Hope that helps

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.