-
AuthorPosts
-
Andrew Winkler Friend
Andrew Winkler
- Join date:
- September 2014
- Posts:
- 725
- Downloads:
- 206
- Uploads:
- 31
- Thanks:
- 291
- Thanked:
- 34 times in 2 posts
March 31, 2013 at 10:05 pm #186342I 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 Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
April 1, 2013 at 10:21 am #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.
1 user says Thank You to swissa for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 1, 2013 at 11:12 am #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;
}
1 user says Thank You to Ninja Lead for this useful post
-
AuthorPosts
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