Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • quantaweb Friend
    #138738

    If 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.


    1. barite-rightmodule
    quantaweb Friend
    #294252

    Update: I was wrong about the LEFT module. It is broken even when the Left module is activated.

    quantaweb Friend
    #294258

    Here’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 Friend
    #298023

    Here 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*/
    }

Viewing 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