Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • VishalPahuja Friend
    #116970

    This template is great but it looks very odd if you have a full width main content area. You see the background image for the left module.

    I hope what I said makes sense !! If not, unpublish all the modules you have on your left and right and you will understand what I am trying to say.
    Is there a way to fix that?

    Hieu Nguyen Admin
    #210013

    Hi

    To fix that bug, please follow these simple step:

    1. Edit the “template_css.css”

    – Find this code :

    #ja-content-full-left {
    margin: 0;
    padding: 10px 15px 0 0;
    width: 598px;
    float: left;
    }

    ...

    #ja-content-full {
    margin: 0;
    width: 730px;
    padding: 10px 0 0 0;
    }

    – Change to:

    #ja-content-full-left {
    margin: 0;
    padding: 10px 15px 0 0;
    width: 598px;
    float: left;
    background: none #F7F7F7!important;
    }

    ...

    #ja-content-full {
    margin: 0;
    width: 730px;
    padding: 10px 0 0 0;
    background: none #F7F7F7!important;
    }

    Hope it could help! 😀

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Hieu Nguyen 17 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum