Home › Forums › All Other Themes › mystickymenu on Creative Agency Theme
- This topic has 7 replies, 3 voices, and was last updated 5 years ago by
Sonnal S Sinha.
-
AuthorPosts
-
November 20, 2018 at 10:56 am #112037
Hi,
I installed mystickymenu on Creative Agency Theme. It works great on desktop version. Is it possible to have the sticky menu on mobile version(responsive). Thank you!
November 20, 2018 at 12:13 pm #112040Hi,
Kindly show us your website URL?
Regards,
ChrisNovember 21, 2018 at 3:07 am #112082Hi Chris,
http://mindgymhk.com/
Thanks!
Kenny
November 21, 2018 at 10:12 am #112102Kindly use this Custom CSS in appearance>basic settings>Custom CSS box:
@media screen and (max-width:767px) {
.header {position:relative !important;}
}Regards,
ShriNovember 21, 2018 at 10:54 am #112109Hi Shri,
Sorry, it didn’t work. My CSS code at Custom CSS box is as below.
@media screen and (max-width:767px) {
.header {position:relative !important;}
}.header { position:sticky !important; top:5px; z-index:10000;} .headertop { position:sticky !important; top:5; z-index:10000;}
.slider-main { min-height:266px;}Thanks
KennyNovember 22, 2018 at 11:02 am #112162Hi,
Remove:
@media screen and (max-width:767px) { .header {position:relative !important;} } Add this new css there: @media screen and (max-width:767px) { .header {position: sticky !important;} }
Regards,
ChrisNovember 22, 2018 at 11:27 am #112169Dear Chris,
Followed your instruction to remove
@media screen and (max-width:767px) {
.header {position:relative !important;}
}and add below css to Custom CSS
@media screen and (max-width:767px) {
.header {position: sticky !important;}
}Still didn’t work on mobile version.
Please help. Thanks
Kenny
November 22, 2018 at 11:46 am #112175Hi,
Kindly send us your URL of the site and WordPress admin details (Username & Password) via https://www.sktthemes.org/contact/ Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.