Project Grid Height

GK User
Wed Nov 19, 2014 10:28 pm
Amazing template!

I deleted the image from the K2 module for the project grid category but now have run into an issue. When you go to a K2 item the header section is way to tall. Is there a way to adjust the height so it is just below the logo?

Thanks!
User avatar
Junior Boarder

GK User
Thu Nov 20, 2014 8:43 am
Hello,

You can specify the height of this block in the css/k2.css file in the following fragment:

Code: Select all
.single-page > .header.no-image {
background: #f0f1f3!important;
height: 346px!important;
}
User avatar
Administrator

GK User
Thu Nov 20, 2014 1:38 pm
dziudek wrote:Hello,

You can specify the height of this block in the css/k2.css file in the following fragment:

Code: Select all
.single-page > .header.no-image {
background: #f0f1f3!important;
height: 346px!important;
}




Awesome, thanks for the quick help!!!!!
User avatar
Junior Boarder


cron