Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • jelgervisser Friend
    #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


    1. blog
    Anonymous Moderator
    #340158

    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;
    }

    John Wesley Brett Moderator
    #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;
    }

Viewing 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