Hi!
I am using masonry to display my blogs because I like the grid format and I need the categories/sorting to be displayed at the top. The main problem I am having is that there are gaps between the tags. Obviously I have only picked a few categories to display so i’m assuming the blank tabs are the categories I haven’t selected. Is there a way to stop them from showing up?
I am also not a developer so if there’s a way to do it without using code, that would be great!
Thanks so much!
Hey insentra,
Thanks for getting in touch with us!
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Jordan
Hi,
Thanks for getting back to me!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.text-sep.avia_hide_sort {
margin: 0px !important;
border: none !important;
}
Best regards,
Jordan
yay! Thank you sooo much! It totally fixed the problem :) you’re the best!