-
AuthorPosts
-
April 12, 2010 at 9:01 am #150296
Hi,
I’m trying to implement the nice JA Ores blog lay-out in my site. However, it seems there’s a small alignment problem regarding the date of the blog posts. Please see the attached png. It only occurs when there’s a very short or long name of the month.
How do I fix this?
Thanks, Jelger
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
April 13, 2010 at 12:57 am #340158Hi you
Your month name is very long or too short.
To solve this issue, please open templates/ja_ores/css/template.css file, at about line 581, find following code section:
#ja-blog-style .createdate-icon .ja-month {
margin-top:10px;
}and change to:
#ja-blog-style .createdate-icon .ja-month {
margin-top:10px;
width:95px;
}John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
June 21, 2010 at 6:35 pm #347633<em>@JA Developer 174335 wrote:</em><blockquote>Hi you
Your month name is very long or too short.
To solve this issue, please open templates/ja_ores/css/template.css file, at about line 581, find following code section:
#ja-blog-style .createdate-icon .ja-month {
margin-top:10px;
}and change to:
#ja-blog-style .createdate-icon .ja-month {
margin-top:10px;
width:95px;
}
</blockquote>This is correct with the exception of dates falling in SEPTEMBER…the last “R” is cutoff. To rectify, modify one more line to slightly decrease the font size and you are good to go!
#ja-blog-style .createdate-icon .ja-month {
margin-top:10px;
font-size: 150%
width:95px;
}AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 3 voices, and was last updated by John Wesley Brett 14 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Alignment issue with blog lay-out
Viewing 3 posts - 1 through 3 (of 3 total)