test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • saco721 Friend
    #204077

    The template is JA_T3_Blank – Default running on joomla 3.2.1. I hope i’m in the right forum.

    I need to remove / decrease the margin on the right hand side of each module so it is aligned correctly, I have tried adding margin-right: 0px to file pluginssystemjat3jat3base-themesdefaultcsstemplate.css line 1191


    #ja-topsl {
    margin-top: -20px;
    margin-left: -20px;
    margin-right: 0px;
    }

    But it makes no difference, here is a screen shot of what i’m trying to do.

    Once the margin is removed, the width of the images will be increased until the right hand side is aligned correctly, will this work?

    Thanks for your time!.


    1. padding
    chavan Friend
    #560603

    Add this code to custom.css

    #ja-topsl .custom img {
    max-width: 100%;
    width: 100% !important;
    }

    #ja-topsl .ja-moduletable {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    }
    #ja-topsl .ja-box-ct{
    padding:0px !important;
    }

    #ja-topsl {
    margin-left: 0px !important;
    margin-top: 0px !important;
    }

    saco721 Friend
    #560662

    Hi Chavan,

    Thanks so much for your code!, I have added it to template.css and it works perfectly 🙂

    best wishes,

    Saco

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

This topic contains 3 replies, has 2 voices, and was last updated by  saco721 9 years, 10 months ago.

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