Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #56571
    chukarnold
    Participant

    I have played around with the css to get the menu bar to look right on my ipad. Problem is now that the menu bar has some white space on the right end when viewed on other monitors. I seem to be able to vary the size of this white space by dabbling with the css but am not able to get rid of it entirely, without affecting its appearance on the ipad screen.
    the site is <arnoldgenealogy.com>
    the custom css:

    }
    #header #mainmenu ul li:last-child { border-right: 10px; }
    #header #mainmenu ul li:last-child a { padding: 0 26px; }

    #56821
    Sakin
    Keymaster

    @chukarnold: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet and electricity is huge problem and I am still in shock.

    Sorry, it cannot be exact 100%, so just add the following css:

    #header #mainmenu {
        background-color: transparent;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘menubar length-css’ is closed to new replies.