Hi, I wonder how can I get rid of the gap on the Front Page of Photo theme. When I use the menu, I can see a line of a photo under the menu.
Web: gracebonline.com
User: demo
PW: demo
#page-nav {
bottom: 1px;
}
#page-nav.active {
bottom: 4px
}
#page-nav.active .gk-social,
#page-nav.active .gk-logo-text {
margin-top: 20px;
}
#page-nav.active #gk-menu-button {
height: 60px;
top: -60px;
}
#page-nav.active #gk-menu-button > span {
line-height: 67px;
}
#page-nav.active #gk-menu-button > strong {
top: 30px;
}
#page-nav {
bottom: 4px;
}
#page-nav.active {
bottom: 4px
}
#page-nav {
bottom: 4px;
height:100px;
}
#page-nav.active {
bottom: 4px;
height: 150px;
}