I want to to change header's height only on homepage ( ID=640) ( for example: header's image height in template settings is set to 500px, but on homepage I want to set height to 900px. If I modify height under template>images tabs, headers changes in all pages, what i do not want to. What I am looking for is separately change header's in homepage height. The code I was trying to assign to .fronpage suffix is:
- Code: Select all
.frontpage #gkHeaderMod,
.frontpage .blog-page > .header,
.frontpage .single-page > .header,
.frontpage .search-page .header
{height:900px;}
Which do not work. What I have to add or change?
I have a open topic for this issue but i could not find a solution for this, I was suggested to add this code:
- Code: Select all
#gkHeaderMod img {height:500px; top: 30% !important;}
.frontpage #gkHeaderMod, .frontpage .blog-page > .header, .frontpage .single-page > .header, .frontpage .search-page .header
{height:500px;}
After adding this code, the homepage looks like in attached image.
Web url: http://demo.macawlab.com/dukes/
Please help me with this issue, its very important to me.
Thank You!