[Resolved] lgc layout inside section

Home Forums Support [Resolved] lgc layout inside section

Home Forums Support lgc layout inside section

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #838592
    Dmitry

    Good day friends!

    Could you help a little. I cant find the key to the problem. I use GPP + LGC inside section. LGC set to “33-50-100”. 9 elements in one section, 3 per row. It works great until I make the tablet screen width. When elements switch from 3+3+3 to 2+2+2+2+1 the last one jumps strait on the next section. And everything is ok when I switch from tablet to the mobile width.

    #838886
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    @media (max-width: 1025px) and (min-width: 768px) {
    	.lgc-clear:last-child {
    		display: block !important;
    	}	
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.