test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • joomlartdai Friend
    #1047943
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1048407

    Hi
    Add below code in custom.css file to reduce the space

    
    .home .t3-mainbody {
        padding-top: 0px;
    }
    .t3-header {
        padding: 10px 0;
    }

    For the Red topbar its already using small size as in the right side items.

    Regards

    joomlartdai Friend
    #1048546

    hi, thank you for the reply. I copy your code to custom.css, but it just works at home page, when I change to the other page, it doesnot work, how to make it work to all the page?

    joomlartdai Friend
    #1048547

    hi,it’s ok, just remove the home like below, thank you, pls close this topic.
    .t3-mainbody {
    padding-top: 0px;
    }
    .t3-header {
    padding: 10px 0;
    }

    Pankaj Sharma Moderator
    #1048557

    You are welcome!

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

This topic contains 5 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 4 months ago.

The topic ‘make the 3 block height smaller’ is closed to new replies.