Tagged: x
-
AuthorPosts
-
January 28, 2017 at 5:43 am #1348760
Michael PParticipantHi,
In Essential Grid, I’m trying to achieve something like the effect described in this thread:
Essential Grid masonry fixed height
The css provided is:
.page-id-99 .mainul li { min-height:610px; }So what this achieves is an even layout, which is great. But what I really want is an even layout and fixed height content boxes underneath the images on the grid.
You will need to log in to the site to see my draft page, I have provided the details below.
January 28, 2017 at 5:47 am #1348764
Michael PParticipantThis reply has been marked as private.January 28, 2017 at 6:32 am #1348782
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> Global CSS :
.esg-entry-content.eg-ronald-reagan-content.esg-notalone { height: 200px; }Hope that helps.
January 28, 2017 at 6:47 am #1348788
Michael PParticipantWorked! Thank you.
January 28, 2017 at 6:59 am #1348796
ChristopherModeratorYou’re welcome.
January 28, 2017 at 7:36 am #1348825
Michael PParticipantOne more question: is it now possible to add another line of css that would return the content boxes to their default, when under a certain media size, for example when viewed on an iPhone?
January 28, 2017 at 6:52 pm #1349179
RadModeratorHi there,
What default value and what content boxes? If you’re referring to above CSS and only wish to apply it on desktop and it should be like this
@media ( min-width: 980px ) { .esg-entry-content.eg-ronald-reagan-content.esg-notalone { height: 200px; } }Thanks!
January 30, 2017 at 3:44 am #1350462
Michael PParticipantThanks for your help – I wanted the CSS to apply on every device other than iPhone, so I changed to min-width: 667px and it worked perfectly.
January 30, 2017 at 4:52 am #1350524
ChristianModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1348760 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
