Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1062087

    Hi,
    how can i remove this space:
    mobile menu

    #1062434

    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

    #1062527

    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

    #1062531

    Hi Sergey

    Try this CSS code:

    .responsive #top .av_header_transparency #header_meta li {
    margin-right: 15px !important;
    }

    Best,
    Michael

    #1062532

    Hi Michel,
    whether it is possible to have a stretch on both sides of the icon to be symmetrical?

    Sergey

    #1062533

    Hi Sergey

    Sure – than go with this one instead:

    margin-right: 10px !important;
    margin-left: 10px !important;

    Cheers
    Michael

    #1062534

    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?

    #1062536

    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;
    }
    #1062537

    Hi @michaelH,

    Thanks a lot!

    Cheers
    Sergey

    #1062552

    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

    #1062596

    Hello,
    a very different issue from the topic.
    Is it possible to import blog posts on a completed Enfold site?

    Regards,
    Sergey

    #1063036

    Hi Sergey,

    You should be able to do that yes, you could try the import/export functionality under Tools for instance.

    Best regards,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.