• Hello there!
    I’ve been using this theme for a while and it has been a good experience, but I have this problem: Since the primary menu gets automatically closed in mobile view, I want to remove it since there’s a big blanck space in the top of the page because of it but I don’t know how I can do it. Also, it’s location in the desktop view tends to be located in a top-right position next to the logo. I’m trying other logo’s sizes but the primary menu is freaking me out a little bit… I would be very grateful if you can help me with this matter (if you can also show me how I can change the location of the logo I would be EXTRA grateful haha) Thanks in advance!!!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @diefigueroa ,

    You can remove Primary Menu from following using custom CSS on Appearance => customize => Additional CSS

    .navbar-toggle {
        display: none;
    }

    and from desktop

    .main-navigation.navbar-collapse.collapse {
        display: none !important;
    }

    Best Regards!

    Thread Starter Diego Alarcón

    (@diefigueroa)

    Thanks a lot @codersantosh! The code for mobile view did exactly what I wanted, thanks for your help! But in the desktop view I don’t want to remove the menu but to change its location in order to have a better screen distribution with the logo… Do you think you can help me with it as well? thanks in advance and sorry for any inconvenience!

    Hello @diefigueroa ,
    Without code customization it is not possible.
    May I suggest you more flexible theme CosmosWP .

    Best Regards!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Primary menu on mobile view and change its location in desktop view’ is closed to new replies.