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

    Hi,

    How to remove the t3-header both of padding top and padding bottom?

    Thanks


    1. ScreenShot1011
    Pankaj Sharma Moderator
    #902769

    Hi
    Add this code in custom.css file and chnage the padding top and bottom value with your values

    
    .t3-header {
        padding-top: 20px;
        padding-bottom: 52px; }
    hoknight Friend
    #902772

    No, I prefer padding is 0px.However the layout was broken.Please help to fix.


    1. ScreenShot1012
    Pankaj Sharma Moderator
    #903106

    Hi
    You have a code in custom.css file

    .t3-topbar {
        height: 35px;
        background-image: url(http://www.gnci.org.hk/beta/images/big5/header/orange/topbar02.jpg);
        background-repeat: no-repeat;
        background-position: left;
    }

    Replace it with

    .t3-topbar {
        height: 35px;
        background-image: url(http://www.gnci.org.hk/beta/images/big5/header/orange/topbar02.jpg);
        background-repeat: no-repeat;
        background-position: left;
        line-height: 7px;
    }
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, 8 months ago.

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