We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Padding and animation

Solved

Padding and animation

lunalucenteskin
Explorer
88 0 19

Hi everyone,

 

How can i add a little bit more padding below the box, so under the text "*Results from a....". So that there is a little bit more room. And is it maybe possible to add an animation on the boxes when hovering over it with mouse on desktop and touching it on mobile.

 

url is www.lunalucente.com

 

Image 12-07-2024 at 11.51.jpeg

Accepted Solution (1)
pawankumar
Shopify Partner
762 112 129

This is an accepted solution.

Hi @lunalucenteskin 
Remove style word

pawankumar_0-1721056354671.png

Then it will work fine

Thanks!

- Need a Shopify developer? Chat on WhatsApp +91-9467121281
- Coffee Tip: Buymeacoffee  | Email: thepkpawankumar@gmail.com
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Best regards,
Pawan

View solution in original post

Replies 3 (3)

pawankumar
Shopify Partner
762 112 129

Hi @lunalucenteskin 

<style>
.m-icon-box--vertical .m-icon-box__content {
    margin-block: 20px;
}
.m-icon-box__content:hover {
    transform: scale(1.025);
}
</style>


Please put this code in theme.liquid before body closing tag </body>
It will add bottom padding and scale the box a bit upon hover

Thanks!

- Need a Shopify developer? Chat on WhatsApp +91-9467121281
- Coffee Tip: Buymeacoffee  | Email: thepkpawankumar@gmail.com
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Best regards,
Pawan
lunalucenteskin
Explorer
88 0 19

The scale when hovering works perfect but the padding below the text " *results...." don't 

 

pawankumar
Shopify Partner
762 112 129

This is an accepted solution.

Hi @lunalucenteskin 
Remove style word

pawankumar_0-1721056354671.png

Then it will work fine

Thanks!

- Need a Shopify developer? Chat on WhatsApp +91-9467121281
- Coffee Tip: Buymeacoffee  | Email: thepkpawankumar@gmail.com
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Best regards,
Pawan