Archived topic
top padding and length of off-canvas menu
4 replies · Started by Juned on January 22, 2022
Hi,
This is regarding the off-canvas menu (I have set it as Overlay):
1. I want to give some space (top margin or padding) before the first line ("Shop Online").
2. It is opening at full length. I want to keep the overlay lenght as half or as per the content size. It should end after social icons.
Another issue I want to confirm is: is there any css conflict issue at my site? Do you find something unwanted while browsing on mobile and desktop?
Thanks and Regards,
Juned
Hi there,
1. Add this CSS:
.slideout-navigation.do-overlay .inside-navigation .main-nav {
padding-top: 50px;
}
2. This CSS:
#generate-slideout-menu {
height: auto;
}
Thank you very much, it worked perfectly.
How do I make this off-canvas menu as left aligned, instead of center align (its presently center align).
Thanks in advance.
Sorry. Left alignement is not required. I tried it, but it doesn't look good.
Thanks for your kind support.
You're welcome