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,
Hi knoche9343!
Add this to your custom CSS.
#js_sort_items {
padding: 10px !important;
}
Cheers!
Elliott
That’s what I thought – but it doesn’t work.
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
Sadly, no.
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.