test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • jolandakales Friend
    #850977

    Hi,
    I see way to much whitespace for blocks that are not used. I closed them in the layout configuration, but still they occupy a lot of whitespace it seems?

    Pankaj Sharma Moderator
    #851212

    Hi
    there is padding in this block here > http://prntscr.com/9ri48k
    You can override it by adding this code in custom.css
    /css/custom.css

    @media screen and (min-width: 768px) {
    .t3-sl {
        padding-bottom: 96px!important;
        padding-top: 96px!important;
    }}

    Decrease the value of padding top and bottom .

    jolandakales Friend
    #858075

    Somehow the T3 footer block remains and is using a lot of whitespace.
    How do I hide/remove that big white block?

    Pankaj Sharma Moderator
    #860105

    Hi
    To hide the footer block add this code in custom.css file

    #t3-footer .container {display:none;}
    
Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 10 months ago.

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