Dropdown menu conflicts with Palaam theme header

Forums Forums Menus Dropdown menu conflicts with Palaam theme header

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #425
    dyakub
    Member

    greetings, I’ve styled the dropdown menu but when i add the css to my site it repositions my custom header image off the page so that you have to scroll right just to see the image. The dropdown menu is still seen but I want the menu to be directly above the header image instead of the image not seen on the page. here is my site:
              http://www.streetfighter-everlast.com

    #4026

    If you want your menu to appear at the top of the screen, then just add the following to your CSS:

    [code:22tfv027]#suckerfishnav {position:absolute;left:0;top:0}[/code:22tfv027]

    That will dump the menu at the very top of your screen, then you just need to move your header down a notch so that the menu isn’t covering it.

    #4027

    Note: You may need to put that CSS at the end of the existing CSS otherwise it may be overwritten by the existing CSS. Actually, I’m not sure about that, I’d need to double check, but if you have problems that should be a simple fix.

    #4028
    dyakub
    Member

    that was indeed the solution, thanks a lot Ryan

    #4029

    Glad to hear it worked <img decoding=” title=”Smiley” />

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.