Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #184569
    Hans
    Participant

    When I open the website in version 1.5 on the mobile device, the hamburger menu is on a central place on the website. Is it possible to replace this to the right site of the page?

    Kind regards

    Hans Hagmeijer

    #184612
    Skandha
    Participant

    @toerfiets: Hello Hans,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .sidebar.sidebar-header-right.widget-area {
        display: block;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #184693
    Hans
    Participant

    Hello Skandha,
    Thank you for answering.

    I’m sorry. What I mentioned was not the header right menu, but the second menu.

    Kind regards

    Hans Hagmeijer.

    #184881
    Hans
    Participant

    I tested this and it did not work.
    Kind regards

    Hans Hagmeijer.

    #184912
    Skandha
    Participant

    @toerfiets: Hello Hans,
    Can you please post in your site URL so that I can help you resolve the issue?

    Kind Regards,
    Skandha

    #184952
    Hans
    Participant

    Hi Skandha,
    The URL is
    http://sinfore.hagmeijer.nl/blog/

    This is a trial version on my domain.
    The website has an name and password.
    To which address can I send this data?

    Kind regards

    Hans Hagmeijer.

    #185008
    Skandha
    Participant

    @toerfiets: Hello Hans,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width: 900px) {
    	.wrapper, #feature-slider .entry-container {
    		width:100%;
    	}
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #185087
    Hans
    Participant

    Hi Skandha,

    This doesn’t work. If I add your solution to additional css and I looked to the effect on the mobile version, than there is no effect. The hamburger menu (the secondary menu) stays in the middle of the screen, while it should be more beautiful when the hamburger menu is at the right or left site of the screen.

    Kind regards

    Hans

    #185151
    Skandha
    Participant

    @toerfiets: Hello Hans,
    Please replace the above CSS code by the following.

    #menu-toggle-primary, #menu-toggle-secondary {
    	text-align: right;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #185200
    Hans
    Participant

    This worked fine Skandha.
    Thanks and have a nice day.

    Hans Hagmeijer

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘hamburger menu centralized’ is closed to new replies.