Forums

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

Home Forums CSS Issues with Subnav

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #41759
    justinromack
    Member

    Tinkering with a custom WordPress theme built for a new business a friend of mine owns. Designer has flaked out, so trying to remedy some issues on my own – the biggest of which includes issues with our subnav.

    Some of the subnav items seem to overlap. I should also mention that I’m totally blind, so the feedback is coming from my friend. Any advice or suggestions are most definitely welcomed!

    Site is located at: http://dev.ontempoideas.com/benson-woodlands

    Thanks for any help in advance!

    #119868
    Mottie
    Member

    Try adding the following to your css:

    .sidebar_content li { position: relative; }
    .menu-item:hover .sub-menu { position: relative; }

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