Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1409188

    Just using your standard hamburger icon — any way of making bigger, please?
    I must not be finding the proper css for this.
    Thanks!

    #1409224

    Hi CharlieTh,

    Please add the code in Enfold > General Styling > Quick CSS:

    .av-hamburger-box {
        width: 70px; /* default: 35px */
    }
    
    .av-hamburger-inner, .av-hamburger-inner::before, .av-hamburger-inner::after {
        height: 8px; /* default: 3px */
    }
    
    .av-hamburger-inner::before {
        top: -16px; /* default: -10px */
    }
    
    .av-hamburger-inner::after {
        bottom: -16px; /* default: -10px */
    }

    Just adjust the values as you see fit (I have included in the code the default values for your reference)
    I hope it helps.

    Best regards,
    Nikko

    #1409289

    Excellent! Thanks, Nikko. Find I have to put in !important; to make show, but works GREAT!

    #1409317

    Hi,

    Great, I’m glad that Nikko could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1409804

    Feel free to close this…and thanks again.

    #1409847

    Hi CharlieTh,

    I’m glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Make hamburger icon bigger’ is closed to new replies.