Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #204615

    In the mobile the Slide Out Menu overrides part of my logo. Is it possible to make the menu appear a couple of lines below?
    Apart from this could I change the icon and put a word something like INDEX?

    #204633

    Hey fjrichart!

    Can you post the link to your website so we can inspect elements and provide you an accurate custom CSS code?

    Best regards,
    Yigit

    #204691
    This reply has been marked as private.
    #204697

    It could be under the logo in the same line as the social icons.

    #204698

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 480px) {
    .bottom_nav_header #advanced_menu_toggle {
    top: 95px;
    }}

    Cheers!
    Yigit

    #204945

    Thank you it work but apart from this, the icon is a square with some lines inside, could I put the word “Indice” instead of the lines inside?

    #205042

    Hi!

    Please add following code to Quick CSS as well

    #advanced_menu_toggle:after { content: 'Indice'; font-size: 15px; }
    #advanced_menu_toggle:before { display: none; }

    Best regards,
    Yigit

    #205167

    Great, thank you very much.

    #205174

    Hey!

    You are welcome! Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Slide Out Menu’ is closed to new replies.