second right column doesn't start on top

Summit - September 1, 2006 - 21:37
Project:SEO Position
Version:HEAD
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

I downloaded the theme and saw that the blocks in the second righthand column start under the first righthand column.
I hope someone can help me fix this.
But the theme itself looks promissing!

greetings,
Martijn
www.opinie.biz

#1

trueMarketing - September 4, 2006 - 16:44

Hi,
We created the SEO Position theme. After looking at your web site, I'm not sure that I would be able to help you.

I see you widened the theme and really it's supposed to be the 765px fixed width we originally submitted to Drupal. There are some underlying image layers that make the two right-hand vertical columns within the CSS that are likely to break if you widen the theme.

Primarily CSS issues that will break upon widening are related to the below code within the original CSS. Unless you have adequate CSS knowledge to create new images and change the stylesheet effectively, I would leave it at the width we issued the theme - 765px.

#content {
background-image: url(frontpage_bg.gif);
}
#primary {
float: left;
width: 384px;
margin-right: 11px;
}
#secondary {
width: 320px;
background-image: url(secondary_bg.gif);
}

and several other CSS issues related to the above widths.

We are going to submit another theme hopefully by the end of the week that will use the two-columns on the right, main column left display and is XHTML transitional, which means it uses a couple of tables within the page.tpl and CSS. I would suggest waiting for that theme since it's easier to widen it to more closely fit your needs.

A preview of the theme can be seen on our client's web site at Wireless Alarm Store. I'll see how quickly we can get this theme ported to Drupal for you if you like it.

Thanks
Brian
SEO Position

#2

Summit - September 4, 2006 - 20:38

Hi Brian,

Thanks for your reply. The theme of your client looks promissing. I have indeed not succeeded with this theme to widen my website. Some pages where ok, some where not.
I wait on the new theme and will try that out than.
Thanks in advance,

greetings,
Martijn Haan
www.opinie.biz

#3

nickl - September 5, 2006 - 02:14
Status:active» closed

Changed status to closed

 
 

Drupal is a registered trademark of Dries Buytaert.