Hi, in team I used styles 1 (JoomlArt Advanced Custom Module) and in projects the style 3. How can I reduce the distance of style 3?
See pictures below.
Thanks


    maisfeld
    Hi,

    You can try adding this custom CSS code:

    .itemid-102 .t3-mainbody {
        padding-bottom: 27px;
    }

    to the file: root/templates/ja_your default template/css/custom.css (Create this file if it doesn't exist)

    Thank you for your answer. I added it and it looks better. Now the whole thing should go up by 30px.
    See picture below.

      maisfeld Now the whole thing should go up by 30px.

      To be more precise and avoid confusion/ambiguity in addressing your query, Kindly provide screenshot marked with annotations showing precisely the elements you wish to refer to in which you are seeking the change

      For team and partner pages the key is flush with the header.
      See picture 3 and it should be like picture 4.
      is that possible?


        maisfeld Try add this to custom.css file and adjust margin value accordingly :

        .itemid-102 .acm-features.style-3 .section-title{margin-top: -1em;}

        Kindly ensure to clear your browser cache if changes dont reflect

        Write a Reply...
        You need to Login to view replies.