Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Word press site. Top row of pics are cut off. Re: Word press site. Top row of pics are cut off.

#126654
Alen
Participant

Line 472 in [your bootstrap.css](http://techslatest.com/wp-content/themes/ipin/css/bootstrap.css)

.container-fluid should have margin-top equal to or grater than height of your menu.

So:

.container-fluid {
padding-right: 20px;
padding-left: 20px;
*zoom: 1;
margin-top: 90px; /* double the size of top navigation */
}