Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • njean Friend
    #127183

    Hello,

    a quick question: is it possible (and how it’s done) to modify the frontpage published content titles so they appear centered and not justified to the left as they do now?

    Image for reference:

    Thanks in advance

    TomC Moderator
    #244136

    Have you checked the css for the headers for the relative content items?

    Nam Nguyen Phi Friend
    #244149

    <em>@njean 47015 wrote:</em><blockquote>Hello,

    a quick question: is it possible (and how it’s done) to modify the frontpage published content titles so they appear centered and not justified to the left as they do now?

    Image for reference:

    Thanks in advance</blockquote>
    Yes, It’s posible.
    To set align of title at center, pls open /templates/ja_edenite/css/template.css
    go to line 348, change

    table.blog .contentheading {
    font-size:150%;
    line-height:normal;
    }

    into

    table.blog .contentheading {
    font-size:150%;
    line-height:normal;
    text-align:center;
    }

    That’s all. Goodluck!

    lehoai Friend
    #244150

    Give me your live url please. i will take a look its plss

    njean Friend
    #244190

    <em>@namnp129 47039 wrote:</em><blockquote>Yes, It’s posible.
    To set align of title at center, pls open /templates/ja_edenite/css/template.css
    go to line 348, change

    table.blog .contentheading {
    font-size:150%;
    line-height:normal;
    }

    into

    table.blog .contentheading {
    font-size:150%;
    line-height:normal;
    text-align:center;
    }

    That’s all. Goodluck!</blockquote>

    Thank you, that’s it. Solved!

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

This topic contains 5 replies, has 4 voices, and was last updated by  njean 16 years, 6 months ago.

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