Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #52303
    srp7
    Member

    Hi
    When I add pages/links to the top menu, there is always a blank space on the right. I have added enough links so that that space has been reduced, but I would like to remove that space. It looks odd. Is there a way to set up the menu to be a 100% of the width?

    #52310
    Sakin
    Keymaster

    @srp7: It always depend on the menu text so cannot done 100%.

    #52326
    srp7
    Member

    If I add more padding so that it fits, the last item on the menu goes to the second line. Is there away to stop that? Here is the link to the website so you can see what I’m talking about. Is that little rectangular box at the end of the menu that doesn’t look right.

    http://www.nuweights.com/weightloss_nutrition_personaltraining/

    thanks!!

    #52343
    Sakin
    Keymaster

    @srp7: It cannot be done exact. But you can try following css in “Appearance => Theme Options => Custom CSS” box:
    #header #mainmenu ul li a {
    padding: 0 7px 0 8px;
    }
    #header #mainmenu ul li:last-child {
    border-right: none;
    }
    #header #mainmenu ul li:last-child a {
    padding: 0 10px 0 11px;
    }

    #53699
    srp7
    Member

    Thanks! It didn’t quite work but at least I was able to use the

    #header #mainmenu ul li:last-child {
    border-right: none;

    to delete the right border, and that helps a little

    thank you again!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘removing space on top menu left side’ is closed to new replies.