• I’ve noticed that my menu moves from left to right and a lot of my things start to really move around a lot when narrowing or widening my browser window when looking at my page. Is there any way to not make it so spastic and keep some sort of order?

    My site:

    https://1b1.087.myftpupload.com/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I see what you mean. This is something that can be solved with a dash of custom CSS.

    For starters, install the Simple Custom CSS plugin. If you have another preferred way to add custom CSS, like in a child theme, that would work too.

    Then add the following custom CSS:

    .site-header-main {
    	display: block;
    	text-align: center;
    }

    This will stop the menu toggle button from switching from the left to right, and align it in the center at all times instead.

    Thread Starter Froad

    (@feralie)

    It doesn’t seem to work:/

    How can i have the menu button stay aligned right at all times when changing size of browser window. It seems like when viewing this on an ipad the narrow way- things get a little funky.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Center everything while change screen size’ is closed to new replies.