• Hi,
    At the bottom of the page there is a page link that’s called The Bootcamp | Second Generation. Under that, it has a triple line which cannot be fixed. I have looked at the code and don’t see any errors. Does anyone know how to fix it back to one line?
    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • @rctman

    You have a triple level nested unordered list with the last li in each list being underlined. The triple under lines one is the last item in three lists so to fix this your CSS needs to account for nested lists with specific definitions for the following:

    ul li
    ul li ul li
    ul li ul li ul li

    Thread Starter RUM

    (@rctman)

    Thanks Mattyrob! I’m not a programmer, can you please give me the exact steps for me to follow in order to fix this?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Triple underline under a feature’ is closed to new replies.