close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Left column forces content to drop in right column

Thread began 4/27/2010 9:33 am by Brad Lawryk | Last modified 4/27/2010 2:27 pm by Jason Byrnes | 2270 views | 8 replies |

Brad Lawryk

Left column forces content to drop in right column

I have an issue that happens all the time when I use a two column layout. The content in the main content column always gets forced down and starts where the left column ends.

Hard to explain, here is a link:

index.php

Any help would be appreciated. It happens 100% of the time.

Thans,
Brad

Sign in to reply to this post

Jason ByrnesWebAssist

it looks like this is a projct 7 issue.

something in the tab panels magic code is forcing the tabs along the top to use all of the availabel height in the content div.


perhaps try editing the p7tp_10.css file.

change:
.p7TP_tabs div {
display: block;
float: left;
margin: 0 -1px 0 0;
}


to:
.p7TP_tabs div {
display: block;
float: left;
margin: 0 -1px 0 0;
height: 26px;
}

I cant guarantee that will work though, the height may be dynamically set through the javascript.

I would contact Project 7 if this does not do the trick.

Sign in to reply to this post

Brad Lawryk

Its not a P7 issue, it happens with your own Data Assist Forms as well.

I'll post a screen shot from at home tonight.

In the mean time I will give this a try.

Thanks,
Brad

Sign in to reply to this post

Brad Lawryk

Nope, didn't help.

But its definately not a P7 issue. Here is a screenshot with the layout with sculptor and the content added with Data Assist. Happens everytime on every site.

Brad

Sign in to reply to this post

Jason ByrnesWebAssist

perhaps try changing:
#outerWrapper #contentWrapper #content {
margin: 0 0 0 220px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}


to:
#outerWrapper #contentWrapper #content {
margin: 0 0 0 220px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
overflow: hidden;
}

Sign in to reply to this post

Brad Lawryk

Thanks Jason,

That did the trick. I will make note of this and fix up all my other sites.

Appreciated,
Brad

Sign in to reply to this post

Jason ByrnesWebAssist

no worries.

Sign in to reply to this post

Brad Lawryk

I wonder if that is something that is fixed in Sculptor 3?

Brad

Sign in to reply to this post

Jason ByrnesWebAssist

it is not so much a scluptor issue, it will need to be addressed in DataAssist

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...