Horizontal theme, adjust menu position

timoweaver / 2015-01-06 01:37:06   

OK, so, I'm trying to circumvent the biggest problem I see with the horizontal theme on mobile, that the menu stays fixed on the left. On an old thread, i saw that someone said to set #menu in your style.css to absolute instead of fixed, but I don't see #menu anywhere in my style.css. Then, I saw this big of code posted:

#menu {
width: 100%;
overflow: auto;
top: 0;
bottom: 0;
left: 0;
position: absolute !important;
}

#menu .container ul li { float:left;}

And I plopped that into my style.css but that didn't work either. I just want the menu to stick left as people slide the content right so they can see it. Any help?

This thread has been closed, thank you.