Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • infomathmods Friend
    #998948

    I’m sorry to open a new topic about this, but I can’t get rid of padding/blank space on most pages on my website… I’ve spent the whole week setting up this new template, but now I’m almost ready to give up and switch to some others.
    Most modules I enable produce huge useless blank space. I’ve already tried adding some custom codes provided on previous posts, but I can’t get rid of any of them.
    Hope someone can help:

    1. On my home page (http://www.intermaths.eu) before the "sections" position (called "Graduate degree" on your demo)
    2. Still in the "graduate degree" module (Joomla ACM Module, content tabs) there’s so much blank space before the text, between the two rows of text, and above all, at the bottom of the module.
    3. http://www.intermaths.eu/programme: blank space between article and next yellow module in position-9
    4. same page (http://www.intermaths.eu/programme), yellow module (ACM module) in position-9, tons of blank space at the bottom.

    I’m sorry for asking all these questions in one topic only, but I hope there’s one solution only to define less (or even no) padding to whatever I add to my site, thanks.


    1. screenshot-2017-01-02-at-14.25.07
    2. screenshot-2017-01-02-at-14.25.15
    3. screenshot-2017-01-02-at-14.25.25
    4. screenshot-2017-01-02-at-14.28.16
    5. screenshot-2017-01-02-at-14.29.54
    Pankaj Sharma Moderator
    #999111

    Hi
    Add below code in custom.css file to remove the padding spaces

    
     @media (min-width: 1200px) {
    .t3-module.double-height {
        min-height: 500px;
    }}
    
    .acm-features.style-1 .features-item {
        min-height: auto!important;
    }
    .acm-features.style-1 > .row {    margin-bottom: 10px!important;}
    .itemid-367 .t3-content {display:none;}
    
     #Mod223 .acm-tabs .style-1 {
        min-height: auto!important;
    
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 10 months ago.

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