-
AuthorPosts
-
quantaweb Friend
quantaweb
- Join date:
- September 2007
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 6 times in 1 posts
March 3, 2009 at 2:43 am #138738If the Mass_Top module extends below the content area. the Right1 & Right2 modules below it are misplaced to the left. This only happens if the LEFT module area is empty.
I have attached a picture. I cannot seem to find a solution. Same in IE & Ffox.
quantaweb Friendquantaweb
- Join date:
- September 2007
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 6 times in 1 posts
March 3, 2009 at 11:42 am #294252Update: I was wrong about the LEFT module. It is broken even when the Left module is activated.
quantaweb Friendquantaweb
- Join date:
- September 2007
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 6 times in 1 posts
March 3, 2009 at 12:46 pm #294258Here’s the answer:
The CSS to handle this condition is missing from the original template design.Add
.colw1 { /* correct Right1/2 Column blowout*/
display: block;
float: right;
clear: right;
}
bkm
quantaweb Friendquantaweb
- Join date:
- September 2007
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 6 times in 1 posts
March 25, 2009 at 7:08 pm #298023Here is another CSS fix for a related problem. If either R1 or R1 is used, but not both, a different CSS change is required to handle that condition.
#ja-colswrap {
float: right;
width: 30.6%; /* your value */
clear:right; /*added to keep R1 R2 (when only one is used) from falling out of place if content area is empty*/
}AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 1 voice, and was last updated by quantaweb 15 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Right1&2 Modules Pop Out of Place (is MassTop extends below Content area)
Viewing 4 posts - 1 through 4 (of 4 total)