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

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    What CSS have you tried for this?

    Thread Starter cory huff

    (@chuff80)

    I tried making the logo align left, but there is too much other stuff in the .css file for me to figure out which pieces I need to change for the menu to shrink down and align right.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try;

    #navigation {
     width: 734px;
     clear: none;
     float: left;
    }

    Use a Custom CSS plugin if you don’t want to mess with the theme’s files.
    The Jetpack plugin provides Custom CSS functionality.

    Thread Starter cory huff

    (@chuff80)

    ah, ha. That did it. Now I just need to shrink it down and change the back ground color of the nav menu to white. Thank you for this help!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    And Thank you for contributing to WordPress’ community 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Align logo and menu’ is closed to new replies.