Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #721244

    I am currently developing a test site for a client (see the Private Content for the URL) and was wondering if the menu can be made like the menu on http://www.mindvalley.com/index.html

    I am not bothered about the geometric animation in the background, only the way it opens to the side of the page.

    At the moment it covers the whole page…

    Is there a way this can be altered using Quick CSS???

    Really hoping you can reach out and help here :-)

    • This topic was modified 7 years, 3 months ago by whdsolutions. Reason: Topic title was confusing
    #721251

    Hi!

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

    .av-burger-overlay {
        width: 50%;
        left: auto;
        right: 0;
    }

    Cheers!
    Yigit

    #721264

    AMAZING!

    How can the font be aligned left and reduced in size?

    #721266

    Hey!

    Please add following code to Quick CSS

    .av-burger-overlay li a {
        padding-left: 20px;
    }
    .av-burger-overlay li {
        text-align: left;
        line-height: 0.9em;
    }
    #av-burger-menu-ul li a .avia-menu-text {
        font-size: 20px;
    }

    Regards,
    Yigit

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