Shape 5

Joomla Templates => Charity - Club => : studiocet December 07, 2017, 08:53:03 PM



: How do I make ALL boxes in masonry look the same?
: studiocet December 07, 2017, 08:53:03 PM
Hi guys

I need to change some settings in the way the boxes in masonry look.  At this stage it seems like there is a 1 - 2 - 3, 1 - 2 - 3 pattern which does not quite work for me, at least.  As you can tell, text gets somehow difficult to read in some boxes

I want them all to look the same but I cannot find anything in the css file that points me in the right direction. 

I would also need to do is change the colour lightbox effect, if possible.  This is what my site looks like at this stage.

Thank you for any assistance with this matter.


: Re: How do I make ALL boxes in masonry look the same?
: mikek December 08, 2017, 05:55:00 AM
Hello,

You'd have to modify the template to do this. You would need to alter index.php and look for:

#s5_masondisplay_container .item:nth-child(3) .s5_masonwrapinner, #s5_masondisplay_container .item:nth-child(7) .s5_masonwrapinner, #s5_masondisplay_container .item:nth-child(11) .s5_masonwrapinner, #s5_masondisplay_container .item:nth-child(15) .s5_masonwrapinner, #s5_masondisplay_container .item:nth-child(19) .s5_masonwrapinner

and modify that area to your liking. And then also in template.css look for this area:

#s5_masondisplay_container .item:nth-child(odd) .s5_masonry_articletitle {
border-bottom:solid 1px #444444 !important;
}


I would not recommend making these changes though. The template was designed for them to be different, and we don't provide support on making major modifications to the template.