Hi
I am in the middle of upgrading my weaver designed site to weaver extreme,
but have a lot of pages with copy and then either 2 or 3 columns followed with copy again
using the following format :
[div class='content-3-col-left']
copy..
[/div]
[div class='content-3-col-left']
copy…
[/div]
[div class='content-3-col-right']
copy …
[/div]
[div class='clear-cols'] [/div]
I’ve tried adding the ‘fix’ from your post into the advanced section, head area :
.content-3-col-right, .content-3-col-left {width:32%;}
.content-2-col-right, .content-2-col-left {width:48.5%;}
But all I get is some ‘copy’ above my site and the columns not working.
(and are displayed one above each other)
How can I fix this, without having to go through each page in turn ??