Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • adrianv Friend
    #188146

    Hi,

    Is it possible to centre align headings of pages?

    eg: http://mywildheart.co.za/index.php/about

    To move the “About” to the centre instead of left align.

    As well as K2 item:

    http://mywildheart.co.za/index.php/piece-of-my-heart

    Thanks in advance!

    Adrian

    TomC Moderator
    #495517

    So that I can try to best assist you, please set “Optimize CSS” to “No” within your Template Manager–General settings

    adrianv Friend
    #495586

    Hi there,

    Thanks and once i have done this?

    Ninja Lead Moderator
    #495610

    Please try with my following suggestion:

    + With com_content

    Open templates/ja_zite/css/template.css file

    from

    h2.contentheading, .contentheading {
    font-weight: normal;
    color: #333333
    font-family: 'NovecentowideUltraLightBold';
    font-size: 300%;
    line-height: 1.1;
    }

    change to

    h2.contentheading, .contentheading {
    font-weight: normal;
    color: #333333
    font-family: 'NovecentowideUltraLightBold';
    font-size: 300%;
    line-height: 1.1;
    text-align: center;
    }

    + With k2 component

    Open templates/ja_zite/css/k2.css file

    from

    div.itemHeader h2.itemTitle {
    color: #333
    font-family: 'NovecentowideUltraLightBold';
    font-size: 300%;
    padding: 0;
    margin: 0 0 10px;
    }

    Change to

    div.itemHeader h2.itemTitle {
    color: #333
    font-family: 'NovecentowideUltraLightBold';
    font-size: 300%;
    padding: 0;
    margin: 0 0 10px;
    text-align: center;
    }

    Remember to clear cache from Admin area

    TomC Moderator
    #495644

    Adrian … Let us know if the above solution works for you.

    😎

    adrianv Friend
    #495985

    Excellent! Works perfectly!

    Much appreciated! 🙂

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

This topic contains 6 replies, has 3 voices, and was last updated by  adrianv 11 years, 3 months ago.

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