Change the margin of a section but only for a specific section on a specific page

Hi there

We have a section called “Text with Icons”. I would like to change the margin of this section. How can I change this without affecting the section in general on other pages. We’re using the Impact theme. Here is the preview Page:

https://no2uxrfeb6jcgplb-30516215943.shopifypreview.com/products/rokkertech-tapered-slim-black?_pos=1&_psq=tapered&_ss=e&_v=1.0

Its the section below the product image.

Thank you!

Hello @Rokker

It’s GemPages support team and glad to support you today.

i see you use more than 1 part with text width icon . Let me know which part of the content you want to change?

@Rokker
put below css into theme.css file

@media screen and (min-width: 1250px)
{
:not(.is-scrollable) .text-with-icons__list {
    gap: 7.5em !important;
}
}

Hi @Rokker

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code
  2. Assets/theme.css
  3. Add code below to bottom of file
#shopify-section-template--16774499598575__cbcc5c1a-29db-42f4-85a2-d1f076318aad .section  {
	padding-block-start: 30px;
	padding-block-end: 30px;
}
1 Like

Thank you very much! Works great!

Thank you very much. I will test it asap. But found a solution below.

Thank you very much! Already found a solution for it.