Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Sami Keijonen

    (@samikeijonen)

    Try this CSS in your child theme or in the Customizer Additional CSS section.

    @media only screen and (min-width: 768px) {
    
       #menu-primary-items {
          float-right;
       }
    
    }
    • This reply was modified 7 years, 7 months ago by Sami Keijonen.
    Thread Starter ovidiupop

    (@ovidiupop)

    I put these lines in both places (style.css ans style.css from child theme) but it does not work

    Thread Starter ovidiupop

    (@ovidiupop)

    it works with:
    #menu-primary-items {
    ? ? ? float: right;
    ? }

    Thank You!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Align Primay Menu to right’ is closed to new replies.