Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #534135

    Hi –
    I am using the secondary menu option… you can see here: http://mindsparklabz.com/dev/shred360-2/

    I would like to move it below the #header_main (retaining the responsive features) container like this: http://shred360.com/

    I was able to move it on my own, but using the position: absolute tag didn’t translate well for responsive.

    any suggestions?

    thanks

    #534188

    Hi MindSpark!

    Add this to your custom CSS.

    #header_meta { position: absolute; top: 95px; }
    

    Or another way to do this would be to use the fullwidth submenu element in your page content.

    Cheers!
    Elliott

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