Tagged: x
-
AuthorPosts
-
November 4, 2016 at 9:11 pm #1244630
yhshin1020ParticipantHey,
I want to create a client logo grid separated by lines, exactly like the way brainstorm force has laid out their clientele logos in their website, under “Featured In”: https://www.brainstormforce.com
I cannot seem to achieve the same effect on my homepage.
How do I go about making this? (what elements or code)
November 4, 2016 at 9:12 pm #1244632
yhshin1020ParticipantThis reply has been marked as private.November 5, 2016 at 3:29 am #1244806
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> Global CSS :
@media (min-width:979px){ li.x-block-grid-item { border-right: 1px solid; border-bottom: 1px solid; margin-right: 0; width: 25% !important; height: 60px; text-align: center; } li.x-block-grid-item:last-child { border-right: none; } }Hope that helps.
November 5, 2016 at 3:41 am #1244818
yhshin1020ParticipantThanks that worked but now I have a border-bottom for the second row of block grids.
Can I remove that?
Thanks.
November 5, 2016 at 4:29 am #1244855
ChristopherModeratorHi there,
Please add custom class like
my-classto second blockgrid and add following code in customizer :.my-class{ border-bottom:none; }Hope it helps.
November 5, 2016 at 5:48 am #1244896
yhshin1020ParticipantThis reply has been marked as private.November 5, 2016 at 4:38 pm #1245279
RadModeratorHi there,
Please change it to this,
.grid-class li{ border-bottom:0px; }Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1244630 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
