• Resolved mmasri

    (@mmasri)


    Hi all
    can any one help me aligning my menu to the left instead of being on the right
    thank you advance.

Viewing 1 replies (of 1 total)
  • I did some experimenting. This CSS will place the menu next to the site title, like this: https://cloudup.com/c4CuLuatcwM

    .main-navigation {
      float: left;
      text-align: left;
      border-left: none;
    }

    Don’t edit the theme files directly, otherwise your changes will be overwritten whenever the theme is updated.

    An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    As alternatives, you could either install a standalone custom CSS plugin, or create a child theme.

    If you need further help, could you provide a link to your site?

Viewing 1 replies (of 1 total)

The topic ‘menu alignment to the left’ is closed to new replies.