Hi,
How can I stop the logo and main menu from jumping up about 30px in small desktop view?
Regards
               
                
               
          .frontpage #gkHeaderMod, .frontpage .blog-page > .header,
.frontpage .single-page > .header, .frontpage .search-page .header {
    height: 800px !important;
}
luciengusto wrote:Let me rephrase this question for more clarity… How do I control how high the logo and menu skips up?
Because lets say I wish to have the menu a bit higher up in it’s original position, then it will skip up out of sight in smaller desktop views.
#gkHeaderNav .gkMainMenu {
  color: #1b1d1e;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 14px;
  font-weight: bold;
  height: 42px;
  line-height: 18px;
  margin: 60px 0 0 0 !important;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: auto;
}#gkHeaderNav .gkMainMenu {
  margin: 6px 0 0 0 !important;
}#gkLogo {
  margin: 20px 0 0 0;
}