Solved

Space Between Categories

GustavoAlves
Excursionist
37 0 2

How can I put a space between these categories?

 

Web site: colorluzes.com.br 

 

Screenshot_1.png

Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1785 3044

This is an accepted solution.

Hi @GustavoAlves 

This is Victor from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css.

Step 3: Paste the below code at bottom of the file -> Save

 

a[href="/collections/fitas"] {

    left: 20% !important;

}

a[href="/collections/objetos-led"] {

    left: 40% !important;

}

a[href="/collections/lampadas"] {

    left: 60% !important;

}

PageFlyVictor_0-1674724989211.png

 

Hope that my solution works for you.

Best regards,

Victor | PageFly

banned

View solution in original post

Replies 3 (3)

PageFly-Victor
Shopify Partner
7865 1785 3044

This is an accepted solution.

Hi @GustavoAlves 

This is Victor from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css.

Step 3: Paste the below code at bottom of the file -> Save

 

a[href="/collections/fitas"] {

    left: 20% !important;

}

a[href="/collections/objetos-led"] {

    left: 40% !important;

}

a[href="/collections/lampadas"] {

    left: 60% !important;

}

PageFlyVictor_0-1674724989211.png

 

Hope that my solution works for you.

Best regards,

Victor | PageFly

banned
GustavoAlves
Excursionist
37 0 2

Thank you the only one that worked 😁

 

PageFly-Victor
Shopify Partner
7865 1785 3044

You are welcome @GustavoAlves 

banned