How do I add space between the combined symbols and the line like CAINTE?

How do I add space between the combined symbols and the line like CAINTE?

OneCap
Trailblazer
264 0 36
Replies 2 (2)

BSSCommerce-HDL
Shopify Partner
2305 835 909

Hi @OneCap

You can try this code by following these steps:

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BssTechVenture_0-1715814377527.png

 

Step 2: Search file base.css, theme.css or styles.css

BssTechVenture_1-1715814385103.png

 

Step 3: Insert the below code at the bottom of the file -> Save

.icon-with-caption__icon {
    margin-bottom: 25px !important;
}

 Here is result: 

BssTechVenture_2-1715814414729.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

OneCap
Trailblazer
264 0 36

I've added the code but it only moves the symbols upwards and not with the text? Please can you fix a code that includes the text as well?