Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #575727

    Hi, I have a portfolio grid with sorting options. Since there is a colored page background I want to add some padding to the sorting options (which have no padding by default). I could not identify the CSS selector to change.

    See a link to the page in the private content.

    Kindly advise,

    #576194

    Hi knoche9343!

    Add this to your custom CSS.

    #js_sort_items {
        padding: 10px !important;
    }

    Cheers!
    Elliott

    #576270

    That’s what I thought – but it doesn’t work.

    #576285

    Hey!

    Seems that can not work, because of the width of elements and they space they can create.
    Please try:

    #top .no_margin.av_one_fourth {
    width: 24% !important;
    }

    and let us know if that works for you better

    Cheers!
    Basilis

    #576296

    Sadly, no.

    #576327

    Now it DOES work! There was a problem with the custom CSS which I rectified.
    Thanks Basilis for your help!
    You may close the threat.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Portfolio grid add padding to sorting container’ is closed to new replies.