test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • robyrom Friend
    #198620

    I would resize the dimensions of some parts of my home page, specifically:
    the distance between the end of the article in layout position and the start of the mashead container

    the height of t3 container-mashead

    and the height of the footer section

    I have examinated the page with firebugs but didn’t find a solution. Could someone indicate me which lines of the css should I modify?
    Thanks in advance


    1. foto2
    2. foto1
    3. foto3
    Saguaros Moderator
    #538415

    Could you post your site’s URL here and screenshot illustrate how you want it should be?

    Also turn off Optimize CSS option in template manager section in backend

    robyrom Friend
    #538465

    The url is http://www.liceogmarconi.gov.it/joomla3. As for dimension I have to try so I can’t indicate a precise one. Thanks

    Saguaros Moderator
    #538552

    You can try with my workaround here:
    – Create a new css file called custom.css in this path: /templates/ja_biz/css
    – Add these css rules:


    /* distance of article */
    .blog-featured .items-row .item {
    margin-bottom: 0;
    }

    /* height for masshead */
    .t3-wrapper.home .t3-mashead {
    height: 150px;
    }

    /* footer section */
    .t3-footer.container {
    padding-top: 0;
    padding-bottom: 0;
    height: 300px;
    }

    You can change attribute above to suit your need.

    robyrom Friend
    #538565

    Thanks a lot for your solution.

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

This topic contains 5 replies, has 2 voices, and was last updated by  robyrom 10 years, 5 months ago.

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