Upper right menu
- GK User
- Wed Mar 16, 2016 12:08 pm
Dears
Thanks for this great theme, how can i make the upper right menu (social, login & search menu) fixed, as its not stable while i scroll down (even in your demo).
Thank you
Yousef
Thanks for this great theme, how can i make the upper right menu (social, login & search menu) fixed, as its not stable while i scroll down (even in your demo).
Thank you
Yousef
-
- Junior Boarder
- GK User
- Fri Mar 18, 2016 1:28 pm
Please anyone can help me here?
Thanks
Thanks
-
- Junior Boarder
- teitbite
- Wed Mar 23, 2016 10:06 am
Hi
Please can You show me what You have in mind ? Here is how the top menu look like for me. It's fixed all the time.
Please can You show me what You have in mind ? Here is how the top menu look like for me. It's fixed all the time.
-
- Moderator
- GK User
- Sun Mar 27, 2016 8:22 pm
Dear
Check the url in the img , it moves while scrolling and get back to its place when i stop.
Thanks
Check the url in the img , it moves while scrolling and get back to its place when i stop.
Thanks
-
- Junior Boarder
- teitbite
- Fri Apr 01, 2016 5:22 pm
Hi
Ok. I checked it in a different browser and looks like it's a Safari performance issue.
Try change the way this element is presented for website with this css added to override.css
Ok. I checked it in a different browser and looks like it's a Safari performance issue.
Try change the way this element is presented for website with this css added to override.css
- Code: Select all
#gk-right-top {
left: auto !important;
top: 0 !important;
width: 33.3333%;
}
-
- Moderator
- GK User
- Thu Aug 25, 2016 7:13 pm
teitbite wrote:Hi
Ok. I checked it in a different browser and looks like it's a Safari performance issue.
Try change the way this element is presented for website with this css added to override.css
- Code: Select all
#gk-right-top {
left: auto !important;
top: 0 !important;
width: 33.3333%;
}
It prevents everything from showing, not working
-
- Junior Boarder
- teitbite
- Sat Aug 27, 2016 6:13 pm
Hi
Try a different approach maybe:
Try a different approach maybe:
- Code: Select all
#gk-right-top {
left: auto !important;
position: fixed;
right: 0 !important;
top: 0 !important;
width: 33.3333%;
}
-
- Moderator
- GK User
- Mon Aug 29, 2016 11:17 pm
teitbite wrote:Hi
Try a different approach maybe:
- Code: Select all
#gk-right-top {
left: auto !important;
position: fixed;
right: 0 !important;
top: 0 !important;
width: 33.3333%;
}
thats a lot better
have a nice day
Thank you
-
- Junior Boarder
- teitbite
- Thu Sep 01, 2016 2:31 pm
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
-
- Moderator
9 posts
• Page 1 of 1