Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • gortzis Friend
    #142845

    Hi

    Thanks for the great template

    I have problem with the widths of the second/third articles on the frontpage
    The articles are very narrow when they are compared against the first one.

    Second, how can I change the left margins (increase indent)

    Thanks

    hawver Friend
    #311492

    I assume you want to change the second column with articles on the front page and make it a bit more broader? If that is what you want you have to change the template.css file and change the following styles:

    #ja-content {
    float: left;
    width: 380px;
    }

    and

    #ja-col1 {
    float: right;
    width: 220px;
    }

    Change #ja-content width to 300 and ja-col width to 300 and they both have the same width.

    #ja-content {
    float: left;
    width: 300px;
    }

    and

    #ja-col1 {
    float: right;
    width: 300px;
    }

    If you want to change the whole width of the site you’ll have to change this:

    .main, #ja-topsl .ja-box-ct {
    margin: 0 auto;
    width: 940px; <——-
    }
    Note that if you want to change the whole width of the site you’ll also have to change all other small objects in the site. Like the columns with articles etc. This can be quitte some work before they look like they should. 🙂

    gortzis Friend
    #311517

    Thank you for you answer
    but the problem is more difficult

    the first article on the frontpage have different width from the second article
    The article are of the same category

    any idea??

    Once again thanks

    scotty Friend
    #311519

    Go to your frontpage manager and make sure you have it set to 1 column.

    gortzis Friend
    #311524

    Thanks Scotty

    There is the same problem even if you copy the first article. The new article with the same attributes is published in a narrow list again

    Moreover I have problem with the left margins (increase indent)

    hawver Friend
    #311559

    Do you have a location of the site where we can see the problem for ourselve?

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

This topic contains 6 replies, has 3 voices, and was last updated by  hawver 15 years, 3 months ago.

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