content gaps using bootstrap elements

Need help? Please give a detailed explanation of your problem.
Post Reply
Dhara1937
AllPro Expert
AllPro Expert
Posts: 66
meble kuchenne Mikołów Knurów Czechowice-Dziedzice
Joined: Wed Mar 16, 2016 1:06 pm
Website: www.webrose.net

content gaps using bootstrap elements

Post by Dhara1937 »

Hi.
I put in the bootstrape elements, creating three 4x blocks. I inputted the images I want in each block, but the page is showing big 'holes'. http://susancrawford.greatmockup.com/Gallery/ How do I fix that? Thanks. Dhara
User avatar
JohnB
Support Team
Support Team
Posts: 1022
Joined: Wed Nov 04, 2015 3:57 pm
Website: www.allprowebtools.com

Re: content gaps using bootstrap elements

Post by JohnB »

The images are staggered because they are not all of a uniform height.

This can be fixed with css by doing something like the following:

Code: Select all

.col-xs-4 {
    height: 750px;
}
This can be added under Settings->Administrator in the "Stylesheet" under the "Theme Editor"
Post Reply