I changed the drop-in template. I have dove into the CSS and the Layout HTML. Have been able to change and add a few things. Have a grand plan that I am excited about, but...
How can I move the Menu (Admin, news, etc) from a sidebar to the top. I have tried with CSS and it seems something is overriding the horizontal layout. Any help would be great!
-- "Of all the names I've been called, I like daddy the best"
You'll want to modify the HTML to include <!--System:Menu:Menu-->. Put this above the tables in the layout file.
Then, in the code where it says <!--System:Menus:Left-->, change it to <!--System:Menus:Left:Menu--> (that last "Menu" at the end means to ignore any menu called "Menu" - preventing duplicating the menu on the side-menus).
Does that help? I see you've added that ticker at the top, implying that you're comfortable with HTML customization.
Cool I will implement this soon. As far as being comfortable, lets just say I dont worry about messing things up to bad. I back-up everything before I change it, and I do a lot of reading before I jump into something.
That works, but I forgot to say I am trying to make it a horizontal menu.
-- "Of all the names I've been called, I like daddy the best"