• Resolved ctnbrndn

    (@ctnbrndn)


    Hello!

    I am looking at trying to make the Hamburger menu on the top right hand side of the the website larger. I have tried working with CSS and code snippets, but still, I am not able to make it bigger. Please help!

    Thank you for your time in advance!

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support putra1arya

    (@putra1arya)

    Hello @ctnbrndn,
    You can change make hamburger icon larger by changing icon size on Navigation block > Panel Style > Hamburger Style > Icon Size.
    https://ibb.co/vsNWfPQ

    Thread Starter ctnbrndn

    (@ctnbrndn)

    Sadly, I cannot find or see that option anywhere.

    Plugin Support putra1arya

    (@putra1arya)

    Can you provide us with a screenshot of your page when you open the panel?
    You need to select the navbar block first. The option is inside the navbar block panel after all.
    https://imgur.com/a/f3asJhY

    Plugin Support gowinda

    (@gowinda)

    I see you want to always have a hamburger menu even on the desktop mode, is that correct? because usually, people use the hamburger menu on tablet or mobile mode.

    also, you are using WordPress navigation so there are no direct options to change the hamburger menu size, so you either need to use CSS or you can set the hamburger menu to tablet and desktop mode only and use Gutenverse Nav Menu block.

    if you are sure you want the hamburger menu to always appear even on desktop mode, I can assist you with the css code. and then you can put it into additional css in costumize. here is the css code :

    .wp-block-navigation .wp-block-navigation__responsive-container-open svg {
        width: 100px;
        height: 100px;
    }

    if you change your mind and only want to show the Hamburger menu on tablet and mobile menus only, let me know so I can assist you on that.

    I hope this help.

    Thread Starter ctnbrndn

    (@ctnbrndn)

    Thank you @gowinda This worked perfectly!

    Plugin Support gowinda

    (@gowinda)

    you are welcome, if you have any other question do not hesitate to let us know ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Hamburger Menu larger’ is closed to new replies.