White line on the right side of the page on PC (Dawn theme)

Hey guys,

I am having an issue with my collection pages. There is a white line on the right side of the page for some reason and I cannot figure out how to get rid of it, this is only happening on the PC version, issue is not showing up on mobile. If anyone has any idea how to fix this, I would appreciate it a lot. I will add some pictures of the issue below.

@bellevo Can you please provide the URL of your store and if it is password protected please share the password too. Thanks

Hey, here

https://bellevodesign.com/collections/pillows

@bellevo You need to add this code in the theme files. For which you need to go to Online Store > Actions (Active theme) > Edit Code > Assets, under assets add the code at the bottom of base.css file.

.__pf.__pf_rq3n1nGg .pf-1588_{
margin-right:0 !important;
}

Hey, it worked on the bed pillows collection, is there a way to get this to work on every collection page as it is happening on multiple ones, thank you in advance!

@bellevo You can try adding this code at the same place.

.__pf [style*="--s-xs"]{
margin-right:0 !important;
}