test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Andrew Winkler Friend
    #186342

    I would like to turn on user ratings for my JA Wall/Joomla 2.5 site, but if I do, the article layout looks awful because there is no or not enough space in between the user rating and the following information (category, creation date, author, number of hits).

    Have a look: https://therebel.org/editorial/title-alphabetical/587825-the-unlawful-killing-of-princess-diana-and-dodi-al-fayed

    It makes no difference if the user is logged in or not.

    swissa Friend
    #488454

    <em>@andrewwinkler 366961 wrote:</em><blockquote>I would like to turn on user ratings for my JA Wall/Joomla 2.5 site, but if I do, the article layout looks awful because there is no or not enough space in between the user rating and the following information (category, creation date, author, number of hits).

    Have a look: https://therebel.org/editorial/title-alphabetical/587825-the-unlawful-killing-of-princess-diana-and-dodi-al-fayed

    It makes no difference if the user is logged in or not.</blockquote>

    Look at the code in template.css at line 434

    /* Item Page Meta ---*/
    .item-page .article-info {
    margin-bottom: 20px;
    margin-top: -10px;
    }

    and adjust the margin-top to 0px or a positive number that suits you. Hope that helps.

    Ninja Lead Moderator
    #488464

    <em>@andrewwinkler 366961 wrote:</em><blockquote>I would like to turn on user ratings for my JA Wall/Joomla 2.5 site, but if I do, the article layout looks awful because there is no or not enough space in between the user rating and the following information (category, creation date, author, number of hits).

    Have a look: https://therebel.org/editorial/title-alphabetical/587825-the-unlawful-killing-of-princess-diana-and-dodi-al-fayed

    It makes no difference if the user is logged in or not.</blockquote>

    Open templates/ja_wall/css/template.css file

    From


    .item-page .article-info {
    margin-bottom: 20px;
    margin-top: -10px;
    }

    change to


    .item-page .article-info {
    margin-bottom: 10px;
    margin-top: 10px;
    }

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

This topic contains 3 replies, has 3 voices, and was last updated by  Ninja Lead 11 years, 8 months ago.

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