Fix spaces between hyperlinks In Product page In Studio Version 1.0.0 THEME

Hi everyone,

I’m using the Studio version 1.0.0 theme. I want to Fix spaces between hyperlinks In Product page. If you could please point me to the correct areas where to blank out the code it’d be much appreciated.

Big Thanks!

Hi @PatrickChan814

Can you share with me the store URL ?

@PageFly-Richard https://tedtools.co/products/1-2-ct-diamond

Hi @PatrickChan814

I’m Richard Nguyen from PageFly- Free Landing Page Builder

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->base.css->paste bellow code in bottom of file

.product__description.rte{

margin: 0 !important;

}

.product__info-container>+ {

margin: 0 !important;

}

If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.

Best regards,

Richard | PageFly

1 Like

@PageFly-Richard Thanks for quick response, but I mean I want to Fix Spaces Between Hyperlinks. Attached photo shown. Please help. Thanks!