How can I remove extra padding from my marquee?

How can I remove extra padding from my marquee?

Emiway
Trailblazer
258 0 48

I want to remove extra padding of my marquee

URL hypestockexchange.in

IMG_20240110_003723.jpg

Replies 2 (2)

niraj_patel
Shopify Partner
2386 516 509

Hello @Emiway 

You can add code by following these steps 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid


<style>

   @media screen and (max-width:749px){
     .custom-marquee {
       height: 32px !important;
     }
}

</style>

techlyser_web_0-1704828174803.png

 

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

ZenoPageBuilder
Shopify Partner
1052 203 229

Hello @Emiway 👋

In Shopify Admin, you can go to Edit theme code, open file theme.scss (or theme.scss.liquidand add this code at the bottom

 

.custom-marquee {
    height: 30px !important;
}

 

The result

Screenshot 2024-01-10 at 08.53.21.png

Hope that helps!

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com