How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums PokaTheme support Remove menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #17412
    Marius
    Participant

    Hi,

    How do I remove the menu from the right side so that the logo can properly show up on the full header, centered, on mobile?

    I tried deleting the menu, but it doesn’t work. That menu button still shows up.:(

    Thank you very much.

    Screenshot: https://ibb.co/nMc08vB

    #17413
    Marius
    Participant

    I managed to remove the menu by adding:
    }
    .btn-mobile-menu .hamburger-mobile-menu {
    position: relative;
    width: 16px;
    display:none;
    }

    However, the logo is still on the left side, not centered…

    #17418
    admin
    Keymaster

    Hi Marius,

    Can you send us the link of your site, so that we can send you the exact CSS code?

    You can post it as a private reply here or send it to support@pokatheme.com

    #17424
    Marius
    Participant
    This reply has been marked as private.
    #17427
    admin
    Keymaster

    Hi again Marius!

    I see you are using PokaTheme v4 so you can do this using the following CSS:

    @media screen and (max-width: 992px) {
    	.header-top-flex-part--right {
    		display: none;
    	}
    }
    
    #17430
    Marius
    Participant

    Thank you very much!

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