Forums

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

Home Forums CSS [Solved] CSS to position search box but now it's broken

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #189140
    hobbyscholar
    Participant

    I was able to build a responsive Drupal subtheme thanks to what I learned with Treehouse.

    One little problem I’m having with SNEAKERscholar

    The search box is in the right spot but I can’t click into it or enter text and the button isn’t active.

    I used z-index to bring it to the top, but it’s still not working.

    I’m not sure what else to try…

    #189141
    Sedana
    Participant

    You have an empty element: <div id="navigation"></div> that is blocking the header. Try removing it or removing the 100% width style on that element. At the moment it doesn’t seem like you’re using it for anything.

    #189142
    hobbyscholar
    Participant

    I’m not sure why that div is even displaying; there are no blocks placed in that region.

    I’ll look more closely at the .tpl.php files. In the meantime, I used display:none to resolve the problem.

    Thanks so much for helping!

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