• Hello,

    I am starting to look at the new theme twenty nineteen. What css should I use to float the navigation to the right. I have added the css below and it works fine when viewing the site on the desktop but not on a mobile.

    .main-navigation > div {
    display: inline;
    float: right;
    }

    Please can you help?
    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Are you sure you want to float right on mobile? Mobile is quite narrow and in my opinion it looks odd to have that particular alignment.

    Thread Starter miakurt1

    (@miakurt1)

    Hello Andrew,

    Thank you for catching my confusion. I think my question is, how can I style the navigation on mobiles. Right now it’s show 2 menu items plus a blue circle with dots. What css is used to display the menu (navigation) on the mobile?

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Navigation’ is closed to new replies.