• Resolved ilyasmussin

    (@ilyasmussin)


    Hey everyone, tried searching for it but nothing turned up so here i am creating a new topic.
    It’s basically about a css code to have the filters for the premium media grid left aligned.
    The media grid (image/video gallery) is within a template that I have inside an Accordion on my web-cv. I’ve got about ten of those templates on there.
    My only two options for the css codes are the custom css plugin or within appearance > customise > additional css.
    Any help would be appreciated!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Leap13

    (@leap13)

    Hi @ilyasmussin

    Hope you’re having a great day ??

    Please find below a couple of CSS lines to align the filter tabs

    .premium-img-gallery-filter {
         justify-content: flex-start;
    }
    ul.premium-gallery-cats-container {
       padding: 0;
    }

    Regards

    A bit of a variation on the previous request. Is there a way to make the filter tabs into a dropdown (I can mess with any resulting css to format). With a lot of filters, even turning them through 90degrees makes it tricky to get them all in on a mobile display.
    Thanks so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘premium media grid filter alignment’ is closed to new replies.