How to fix alignment of collection bubbles

Hey so basically I have created collection bubbles type on my home page but it’s giving some alignment issues like if you see it on responsive mode from inspect element then it will be displayed properly like this

But if I display on like for example iPhone XR then it won’t be displayed properly as shown below

The iPhone XR is just an example I want to fix the alignment for every mobile size

So can anyone help me out in fixing it’s alignment?
PS: These collection bubbles are only visible on mobile
Store URL: https://www.saya.pk/

Hi @Moeed ,

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/custom-style.scss->paste below code at the bottom of the file:

@media screen and (max-width: 540px) {
    .body-full .collectionList-mob .collectionList-inner h4 {
        height: 32px !important;
        overflow: hidden !important;
    }
}

I hope it would help you
Best regards,

Kate | PageFly