• Hi there,

    I am using Make 1.5.0 on WP 4.1.1 on our website.

    With a custom CSS the logo is shown on the right hand side while title and undertitle are shown on the left hand side. This causes the navigation to be shown upside of the title.
    On big screen devices the navigation works fine.

    But on mobile / small screen devices the title lays under the navigation menu and so the navigation is not very good readable.

    Here is the custom CSS we do use in the child-theme:

    .site-title, .site-description{float:left; width: 70%}
    .site-description{margin-left:5px; padding-top:5px}
    .custom-logo{float:right; margin: auto}

    Any hints?

Viewing 1 replies (of 1 total)
  • Thread Starter StDo

    (@stdo)

    Is there any better solution to force the logo to the right hand side, the title and the subtitle to the left hand side?

    So the navigation would be below the title and all would be fine…

Viewing 1 replies (of 1 total)

The topic ‘Mobile menu with custom CSS’ is closed to new replies.