This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

14
  1. Daniel Staff 10 years, 10 months ago

    Hi eso,

    Yes you can use custom CSS to align it properly. If you would like further assistance, could you please explain a bit more as to how it should look or how you want it to look?

    Cheers!

  2. eso 10 years, 10 months ago

    Hi from your experience what do you think can be fixed for better look thanks

  3. Andrew Misplon Staff 10 years, 10 months ago

    Hey eso, you could try centering the menu. Insert the following under Appearance > Custom CSS to give that a go:

    /* Vantage center align the main menu */
    .main-navigation ul {
    font-size: 0;
    text-align: center;
    }
    .main-navigation ul li {
    display: inline-block;
    float: none;
    font-size: 13px;
    }
    .main-navigation ul ul li { 
    text-align: left;
    }
  4. eso 10 years, 10 months ago

    Hi thanks for the fast support the up menus are now aligned correctly but the down menus still need some alignment any suggestion ?

  5. Andrew Misplon Staff 10 years, 10 months ago

    Sure. Are you asking what to do about the second line of menu items? There unfortunately isn’t anything we can easily do about that. We can decrease the space between menu items but even then there are too many items to fit on one line, given the theme’s width.

    You could consider adding some items as a drop down menu.

  6. Andrew Misplon Staff 10 years, 10 months ago

    If you need info on adding drop down menu items, please see: https://en.support.wordpress.com/menus/.

  7. eso 10 years, 10 months ago

    Yes the second menu line is not correctly aligned I will try drop down menu list thanks . One more question how I can add to all of my pages back to top link with icon ?

  8. Andrew Misplon Staff 10 years, 10 months ago

    If you want to also decrease padding between menu items a little, try the following advice, 25px value from that thread can be changed as required:

    Thread: Adjust Space Between Menu Items

    To turn on back to top, go to Appearance > Theme Settings > Navigation> Display Scroll To Top and enable.

  9. eso 10 years, 10 months ago

    Thanks a lot Misplon keep up the good work SiteOrigin is the best.

  10. Andrew Misplon Staff 10 years, 10 months ago

    For sure, glad we could help out.

    All the best with your site.

  11. eso 10 years, 10 months ago

    now i have an other issue some of my menu items are meant to have 3 pages linked in a vertical drop down list below it, but the first menu item” itself doesn’t actually represent a page just the links for the drop down menus , it looks like i am forced to make a page for the sub menus to work ? i also tried the custom menu but it required URL for external Links .

    Thanks for your time and help .

  12. Andrew Misplon Staff 10 years, 10 months ago

    Sure, this is easier than you might think. Go to Appearance > Menus, for the parent item, the top item with no link, add a Link instead of a page. You will see Link below Page in the left menu management area. Enter in any URL you like and the link title you want. Then, once the link has been added to the menu you can remove the URL and just leave the link title.

    Hope that makes sense.

  13. eso 10 years, 10 months ago

    ok good it works but it doesn’t show like a normal link when a user mouse hover the top menu item it just opens the sub menus without the normal link icon you can check the “TEST Menu item” if you want http://e-angela.com

    Thanks

  14. Andrew Misplon Staff 10 years, 10 months ago

    That’s perhaps best for usability as that page doesn’t go anywhere. If you want your cursor to change for that menu item too, try the following under Appearance > Custom CSS:

    /* Menu */
    .main-navigation ul li a {
      cursor: pointer;
    }

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread