Home › Forums › All Other Themes › Maintenance Services Pro Theme – Menu
- This topic has 22 replies, 2 voices, and was last updated 3 years, 10 months ago by Sonl Sinha.
-
AuthorPosts
-
December 17, 2020 at 1:26 pm #171069December 17, 2020 at 1:47 pm #171078
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:767px) { .touchon #topmenu { display: none; } }
Regards,
DaveDecember 17, 2020 at 2:34 pm #171080It didn’t help!
December 18, 2020 at 12:40 pm #171141Hi,
Remove:
@media screen and (max-width:767px) {
.touchon #topmenu {
display: none;
}
}Add this new CSS there:
@media screen and (max-width:767px) {
.touchon #topmenu {
display: block !important;
}
}Regards,
DaveDecember 18, 2020 at 2:44 pm #171161Thank you! I fixed the problem.
Another question:How can I fix the menu bar to the top of the screen while scrolling?
December 18, 2020 at 2:58 pm #171162An one more question:
Help me please to place Phone (Call Up) round button near the “To Top” round button while scrolling.
Thank you in advance!!!
December 21, 2020 at 11:26 am #171275Hi,
Kindly show us your website URL please?
Regards,
DaveDecember 22, 2020 at 10:03 am #171357The URL is as follows:
URLDecember 22, 2020 at 12:56 pm #171391Hi,
There is no website URL appear.
Regards,
DaveDecember 22, 2020 at 1:11 pm #171402The URL is as follows:
December 22, 2020 at 1:23 pm #171407Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.header_wrap.layer_wrapper { float: left; width: 100%; position: sticky; z-index: 9999; top: -288px; }
Regards,
DaveDecember 22, 2020 at 1:57 pm #171420Thank you
It works with iPhone,
but it doesn’t work with iPad – no sticky menu.
And could you help me with phone button near (upper)the “To Top” button?December 23, 2020 at 11:53 am #171524Hi,
We checked, it is also working fine on iPad.
See screenshot:
https://imgur.com/a/dA7Av8XRegards,
DaveDecember 23, 2020 at 12:00 pm #171527Yes, it works when iPad is vertical, but it doesn’t work when horizontal…
And And could you help me with phone button near (upper)the “To Top” button?
December 23, 2020 at 12:22 pm #171530Hi,
Can you send us the screenshot of your issues? Upload your screenshot on https://imgbb.com/ and paste the share url here.
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.