Page 1 of 1

Sitemap

Posted: Fri Jul 24, 2009 9:00 pm
by onelouder
Hello, i upgraded from 1.2.9 to 1.3.0 but my sitemap has gone totally derranged as you can see here:

http://www.sixdecibels.co.uk/index.php? ... on/sitemap

Note: I did take special offers off in the previous version. But havn't bothered too in this version. So i dont know if my backup has some kind of conflict with the new version as im not using the same modified sitemap file with 1.3.0 altho i did upload the modified sitemap file to see if there was any difference and there was not so i reverted back to the default one.

Any assistance would be great thanks.

Re: Sitemap

Posted: Fri Jul 24, 2009 9:23 pm
by Daniel
I'll look into it
it might be better to put the 2 columns in a table.

Re: Sitemap

Posted: Fri Jul 24, 2009 11:56 pm
by Qphoria
you need to use clearfix in the css

Re: Sitemap

Posted: Fri Jul 31, 2009 11:17 am
by julianlockhart
actuall you need this:

overflow:auto

in stylesheet.css in the template folder change

#content .middle {
background: #000;
padding: 10px 10px;
min-height: 380px;

to:

#content .middle {
background: #000;
padding: 10px 10px;
min-height: 380px;
overflow:auto

Re: Sitemap

Posted: Mon Aug 03, 2009 7:40 pm
by onelouder
Thank you Julian. worked like a charm :-)