Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • raroit Friend
    #195261

    Hi
    How can i center the title (module) – please see attachment

    thanks


    1. lloyds
    Ninja Lead Moderator
    #524608

    Please follow solution below:

    Open the templates/ja_social/css/css3.css file,

    Change

    div.ja-moduletable h3, div.moduletable h3 {
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    text-shadow: 0px -1px 0 rgba(0,0,0,.6);
    }

    To

    div.ja-moduletable h3, div.moduletable h3 {
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    text-shadow: 0px -1px 0 rgba(0,0,0,.6);
    text-align: center;
    }

    tastiger Friend
    #537271

    <em>@Ninja Lead 413716 wrote:</em><blockquote>Please follow solution below:

    Open the templates/ja_social/css/css3.css file,
    </blockquote>

    I too am after this fix – however I’m on Joomla 3.2 and using ja_social_t3 and the file mentioned in the above post does not exist – can you point me to the proper file in my case?

    TomC Moderator
    #537274

    <em>@tastiger 430036 wrote:</em><blockquote>I too am after this fix – however I’m on Joomla 3.2 and using ja_social_t3 and the file mentioned in the above post does not exist – can you point me to the proper file in my case?</blockquote>

    So that we can try to best assist you, please provide the url of the site you’re working on.

    tastiger Friend
    #537279
    TomC Moderator
    #537486

    <em>@tastiger 430050 wrote:</em><blockquote>Here you go…..

    http://polyfidelity.org.au/index.php</blockquote>

    Okay, first thing you want to do is create a new file called “custom.css” within file path –>
    /templates/ja_social/css

    Then, paste the following within that custom.css file:


    .module-title {
    text-align: center;
    }

    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    Does that get you the “module title centered” effect you want?

    😎

    tastiger Friend
    #537494

    That works fine – many thanks

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

This topic contains 7 replies, has 4 voices, and was last updated by  tastiger 9 years, 11 months ago.

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