How can I align or remove a product page divider element?

URL is https://thedruzyrose.com/products/acid-black-oversized-denim-jacket

Trying to left align this divider or get rid of it:

You just need to go to admin and edit the code to edit the css . If you are not an expert send me gmail : leanhtiendev@gmail.com

Hi @TheDruzyRose

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

Add this css at the bottom

Online Store->Theme->Edit code

assets->base.css

hr {

width: 100% !important;

}

Best regards,

PageFly

1 Like

Many thanks! This wasn’t exactly what I wanted to do at first, but this solution makes the design look so much better so I’ve accepted it as the solution.