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

Re: How can I reduce margin Between

How can I reduce margin Between

OLIV1
Explorer
75 1 23

Hi everyone, I need your help regarding Reducing Margin in 

 

1. Reduce Margin at the Bottom between Collection pages and Logo List 

2. Reduce Margin Between " LOGO LIST HEADER " and " LOGO in a LOGO LIST 

3. Reduce Margin at the Bottom of Logo List & Image with Text Overlay 

 

Website is www.oscarliving.co.id

Theme : Empire 11.1.3 

Link : https://oscarliving.co.id/collections/kursi-kerja-kantor-subaru-indonesia-oscar-living?_pos=1&_psq=s...

 

Screenshot 2025-06-15 at 3.04.04 PM.png

OLV
Replies 3 (3)
OLIV1
Explorer
75 1 23

Hi Krystina 

Thank you for responding me 

not on reduce margin , But I have used Custom Css Previously 

 

OLV

WebDeskSolution
Shopify Partner
252 55 64

Hello @OLIV1 

 

Please follow the steps below after logging into the Shopify admin:

 

  • Go to your Shopify Admin panel.
  • Click on Online Store > Themes.

 

 

  • Find the live theme and then click Actions > Edit code.
  • Search theme.css
  • Insert the provided CSS code at the end of the file and save the changes.

 

.template-collection .home-section--title
{
    margin-top: 0;
    margin-bottom: 0;
}
.template-collection .pxs-image-with-text-section
{
    margin-top: 0;
}
.template-collection .home-section--content.logolist--inner
{
    margin-top: 0;
}

 

Please hit Like and Mark it as a Solution if you find our reply helpful.

Thank You,


WebDesk Solution Support Team
Get a Free Quote | Email | Shopify Partner | Shopify Development Agency | Call: 877.536.3789


Canada: 150 King St W. STE 200, Toronto, ON M5H 1J9

 | USA: 98 Cutter Mill Rd. STE 466, Great Neck, NY 11021

OLIV1
Explorer
75 1 23

Hi web desk solution 

 

I Have tried to put the code in but I think it did not work

and I also tried to adjusting the margin " number " base on your code but it did not work 

OLV