By panoramical1 on
Hello
I had in my design before Drupal (just plain HTML) my layout created with a div wrapper to centralise content. For example everything was inside this wrapper, which had this style:
div#wrapper {
width: 800px;
position: absolute;
left: 50%;
margin-left: -400px;
}
This worked perfectly before. But now Drupal simply takes no notice of it whatsoever and all content except the header is just right on the left of the screen... the link is here http://drupal.panoramical.co.uk - can anybody help me?
Comments
I think its your html, a
I think its your html, a cursory glance reveals..
Move that div to just above the closing body tag and see what haps. Apologies if I am way off, I dont have much time and that sort stood out as not looking right, then again, I have hardly ever built absolutely positioned themes, so wtb would I know :)
Need help with IE?
Learn basic XHTML and CSS first.
Get smart with web specs.
Pimp your Drupal 8 Toolbar - make it badass.
Adaptivetheme - theming system for people who don't code.
Brilliant, right on the
Brilliant, right on the money. I had not fully removed my previous menu. Thanks a million!