content gaps using bootstrap elements

Need help? Please give a detailed explanation of your problem.
Post Reply
AllPro Expert
AllPro Expert
Joined: Wed Mar 16, 2016 1:06 pm
Website: www.webrose.net

content gaps using bootstrap elements

  • Quote

Post

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
Support Team
Support Team
Website: www.allprowebtools.com

Re: content gaps using bootstrap elements

  • Quote

Post

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