Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • nocom Friend
    #174806

    Good morning,
    in my site (Joomla 2.5) with JA Portfolio Template there is a layout problem.

    When I use ‘Category Blog’ with settings:

    # Leading Articles: 1
    # Intro Articles: 2
    # Columns: 2

    all it’s ok: first article show in 1 column, second and third articles show in 2 columns.

    Instead when I use ‘Featured articles’ with settings:

    # Leading Articles: 1
    # Intro Articles: 2
    # Columns: 2

    First article show in 1 column, second and third articles show in 1 column. Why?
    With another template the ‘Featured articles’ layout works properly.
    Thanks.

    Sherlock Friend
    #443580

    Hi nocom,

    You open the file of templates/ja_portfolio/css/layout.css and adding this css
    .cols2 .article_column { float: left; width: 50%; }
    .cols3 .article_column { float: left; width: 33%; }
    .cols4 .article_column { float: left; width: 25%; }
    Hope that should help !

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

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

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