test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • adminet Friend
    #180470

    I have the home page set in the menu manager to show two leading articles and then two columns. But I’m only seeing one column of articles (I have enough articles published on home page that should go to two column layout)

    Sherlock Friend
    #466222

    Hi adminet,

    Normally the leading articles can only be displayed in one column, that’s the default joomla feature, To get the intro articles showing in two columns you can try as following
    Open the file of templates/ja_elastica/css/layout-wide.css look for this css rule and remove it

    .cols-1 .item, .cols-2 .item, .cols-3 .item, .cols-4 .item, .cols-5 .item {
    width: 100% !important;
    }

    Then you open the file of templates/ja_elastica/css/layout.css looking for this css

    .cols-2 .item {
    width: 50%;
    }

    Change it to

    .cols-2 .item {
    width: 50% !important;
    float:left;
    }

    I hope that would help !

    adminet Friend
    #466950

    i’m talking about the articles after the leading articles – which should, by default, be in two columns under the leading articles. if i change the css like that, will my leading articles still go all the way across, like they need to?

    Sherlock Friend
    #466976

    <em>@adminet 338085 wrote:</em><blockquote>i’m talking about the articles after the leading articles – which should, by default, be in two columns under the leading articles. if i change the css like that, will my leading articles still go all the way across, like they need to?</blockquote>

    Yes They will 🙂

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

This topic contains 4 replies, has 2 voices, and was last updated by  Sherlock 12 years, 4 months ago.

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