Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi HerbyDE. Welcome to the Hueman forum. You could try the following css in a child theme style.css file or a custom css plugin like Simple Custom CSS:

    /* topbar menu align right */
    #nav-topbar .nav-wrap {
      text-align: right !important
    }
    
    /* topbar submenus realign left */
    #nav-topbar .nav-wrap ul>li{
      text-align: left
    }
    
    /* topbar push left for search icon */
    #nav-topbar .nav>li:last-child {
      margin-right: 75px;
    }
    Thread Starter HerbyDE

    (@herbyde)

    @bdbrown
    Wow! This was a very quick answer! Thank you! It works!

    Maybe a second question:
    The font at the homepage is very light (not black). Found the settings for changing the font but not the color of the font. Maybe you have a hint for this also? Thank you again!

    This will set the home page font to a darker grey:

    .home .entry {
      color: #666;
    }

    Use #000 to set it to black.

    Thread Starter HerbyDE

    (@herbyde)

    Also working – thank you again!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Topbar – want menu right-aligned’ is closed to new replies.