Impulse left align text description / shipping / drop downs

Hi,

I need help to left align the text on these 3 drop down accordions. There seems to be a margin or padding preventing it to fully left align. My site is https://luxurymrkt.com/collections/newest-products/products/stone-island-ice-jacket-camouflage-archivio-t-shirt

Hi @Luxurymrkt .

This is PageFly - Advanced Page Builder.

You can go to Online store => themes => actions => edit code and add this code on file theme.css

@media screen and (max-width: 767px){
.collapsibles-wrapper--border-bottom{
position: relative
right: 10px;
}
}

Hope this helps.

Best Regards;

Pagefly

Hi unfortunately that didn’t work

you can try my above code

Hi @Luxurymrkt

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

-Go to Online Store->Theme->Edit code

-Asset-> theme.css paste the below code at the bottom of the file.

@media (max-width:767px){

.product-block.product-block–tab button.collapsible-trigger-btn{

padding-left:0 !important

}

}

Best Regards;

Pagefly

Also didn’t work :disappointed_face:

I think you can put it at the top of the file. because I saw there is a CSS error above the code you added so it doesn’t work

1 Like

Worked! I deleted the second end tag }
thanks bud

I glad when can help you

1 Like