Hi,
how can i remove this space:
mobile menu
Hi
You currently have a padding-top of 120px, so you could just reduce that value within custom CSS:
#av-burger-menu-ul {
padding: 30px 0px !important;
}
Cheers
Michael
Hi @michaelH,
the code works perfectly :-)
I want to have more space between the icons in the top mobile menu.more-space
Do you have any idea how to handle it?
Cheers
Sergey
Hi Sergey
Try this CSS code:
.responsive #top .av_header_transparency #header_meta li {
margin-right: 15px !important;
}
Best,
Michael
Hi Michel,
whether it is possible to have a stretch on both sides of the icon to be symmetrical?
Sergey
Hi Sergey
Sure – than go with this one instead:
margin-right: 10px !important;
margin-left: 10px !important;
Cheers
Michael
I tried this.
I do not know why the seperators are as glued to the icons.
I wished to be in the middle of the distance between two icons or remove seperators :-). seperators
Is it possible?
This is probably possible as well, however, I don’t know how to do it right now.
If you don’t need the separators, I would just get rid of this border so they are not visible anymore:
.sub_menu li {
border-right: none !important;
}
Hi @michaelH,
Thanks a lot!
Cheers
Sergey
Hi Sergey,
Great, glad you got it working and thanks @michealH for helping out :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hello,
a very different issue from the topic.
Is it possible to import blog posts on a completed Enfold site?
Regards,
Sergey