How can I reduce margin Between

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=subaru&_ss=e&_v=1.0

Hi Krystina

Thank you for responding me

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

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.

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