Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How To Remove Border?

  • This topic is empty.
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #43067
    tingo
    Participant

    Hi
    Do you know how to do this please?
    Because I’ve ages trying work this out

    There’s a white border
    between the “sample-category-2” and the “All Products” menu

    How do I remove it please?
    because I don’t want a gap between the two menu’s

    Many Thanks and Best Regards

    Charles

    #126554
    Paulie_D
    Member

    Not in Chrome there isn’t.

    #126565
    tingo
    Participant

    Many Thanks for both your great help
    I’ve fixed the bottom border.

    Sorry I didn’t say
    The gap only show when the right side
    hover menu is next to the active menu

    http://s1281.beta.photobucket.com/user/Charles_Wilmott/media/menu_zps8ef2f3a1.png.html

    Many Thanks again your time and help :)

    #126664
    tingo
    Participant

    It’s ok I think I’ve solved it now

    #126770
    tingo
    Participant

    Thanks once again, I’m most grateful for all your help and time.
    I found it was.

    My google chrome browser was on 90% Zoom
    and that’s what was causing the gap’s
    in the menu.

    Do you know any way to fix this for users
    who have browser on zoom 90%

    Many Thanks again

    #126774
    Paulie_D
    Member

    To start with…your list items (li) should have the same height as your list (ul)…then set the background to your li (ul) to the same as the li (or don’t set an color at all).

    #126778
    Paulie_D
    Member

    Inline block works fine if you

    ul {
    font-size:0;
    }

    li {
    font-size: whatever;
    }

    Very simple and works like a charm.

    #126859
    tingo
    Participant

    Thank you CrocoDillion & Pauline_D
    for both your great help :)

    #126860
    Paulie_D
    Member

    >Pauline_D

    Ahem! :)

Viewing 9 posts - 1 through 9 (of 9 total)
  • The forum ‘CSS’ is closed to new topics and replies.