Menu slide to the right in blog page

GK User
Fri May 01, 2015 12:41 am
Hi,
I use EasyBlog in my website, when i click on blog button in the menu, whole menu slide to the right and not all buttons visible.
Please advise.
http://dan.myitmaster.com/
User avatar
Senior Boarder

GK User
Sat May 02, 2015 11:23 am
Could you please post a screenshot of this issue? I cant reproduce it.
User avatar
Moderator

GK User
Sat May 02, 2015 2:59 pm
The menu was slide to the right and some of them wasn't visible. I found the same issue here in different post and it fixed my problem by changing following code:

Code: Select all
#gkLogo {display: none;}
#gkHeaderNav {
top: 0px !important;
}
#gkHeaderNav #gkMainMenu {
right: 0px;
float: right;
top: 0px;
}

#gkHeaderNav #gkLogoSmall {
left: -15px;
margin-left: 0;
position: relative;
top: 0;
}
#gkHeaderNav.static #gkLogoSmall {
left: -15px;
margin-left: 0;
position: relative;
top: 0;
}
#gkHeaderNav.static #gkMainMenu {
right: 0;
float: right;
top: 0px;
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%);
}
#gkHeaderNav.static {
height: 73px;
}

#gkHeaderNav.static #gkMainMenu {
right: 0 !important;
float: right !important;
top: 0px !important;
left: auto !important;
-webkit-transform: translateX(0%) !important;
-moz-transform: translateX(0%) !important;
-ms-transform: translateX(0%) !important;
-o-transform: translateX(0%) !important;
transform: translateX(0%) !important;
}


Thanks!
User avatar
Senior Boarder

GK User
Mon May 04, 2015 5:11 pm
Ok. Thanks for the update.
Is there anything else I can help you with regarding this topic?
User avatar
Moderator


cron