Site logo

Archived topic

alignment on mobile badgeos

5 replies · Started by Jeffrey on August 8, 2020

Viewing posts 1–6 of 6

any idea how i can align this on mobile/desktop, its off to the far right and it seems to be cutting the table off the screen. ]]desktop isn't too bad, but mobile a weird.

Hi there,

Have you checked with the plugin support first?

The CSS is all coming from the plugin itself.

Yes, I am waiting....and waiting... it is unlike your support.. lol

Hi there,

try adding this CSS:

ul.ls_grid_container {
    margin-left: 0;
}

.grid li {
    box-sizing: border-box;
}

wow, that did it! Amazing.

Glad to be of help

This archived topic is closed to new replies.