Hi,
Currently I have a masonry grid with category labels, however I would like to align them bottom left, as per indicated in this mockup: https://snag.gy/uzaHNO.jpg. There is no setting to align the category label: https://snag.gy/K3FGzq.jpg.
I also cannot currently click on the category to be taken to the category archive page (the link is to the post). Is there a way to make this possible?
Thanks
Tom
Hi,
Yes – it’s Masonry Grid in VC.
The element in the grid builder I am using is Post Categories: https://snag.gy/By98L0.jpg
Many thanks
Tom
Hello,
Unfortunately the grid builder is not part of the theme but part of visual composer and the theme has no control over it. If you want to change the position of the visual composer elements this can only be done custom. If you provide a link to your site I could try to use a custom css but I cannot promise a result though as we have not tried altering the visual composer elements and I cannot provide a certain response if it will work or not. I will give it a shot though.
Thank you!
Hi,
Thanks! Please go to https://kiwiyak.nz/lemon (bypass URL to get past the coming soon page).
Then go to https://kiwiyak.nz/new-home-test/ . The masonry grid can be found below the first big grid.
Thanks
Tom
Hello
You can try to use this css:
.vc_gitem-zone-mini .vc_grid-filter-item{
float:left;
clear:both!important;
}
But they will not position as our grids category tags. The top element you use is a theme element and the bottom is a visual composer element. They do not share the same style.
Thank you!
