Reduce Space between Image With Text Heading & Description (Empire)

Hey, I would like to reduce the gap between ‘Energy Clarity, Calm, Focus’ and the subtext (please see screenshot below)

w: https://mindfusion.uk
p: 7331!

Any help greatly appreciated, thank you.

A collection tabs on my Shopify site are something I want to add, however I’m new to both Shopify and coding. I now have the craft theme installed, and I would like to add a collection tab section [see the reference photo below]. Could someone please provide the code for this? I’d also appreciate instructions on how to accomplish it. Thanks.

I would suggest starting your own thread mate. Thanks.

Hello @CalamB90 ,

Follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your theme.css file and paste the following code below:

.image-with-text .pxu-lia-element{
line-height: 6px !important;
}
#shopify-section-template--19153152016726__2fbb799b-76c3-4c00-b426-dddcab609dc4 h2{
    margin-bottom: -16px !important;
}

Thanks

1 Like

Legend - thank you very much.