Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • kmgdesign Friend
    #204339

    Hi!
    Why do the system override my custom.css?
    Example:

    .layout-events .t3-header {
    padding-bottom: 48px;
    padding-top: 48px;
    }
    .layout-events .t3-header {
    padding-bottom: 1px;
    padding-top: 1px;

    }
    .t3-header {
    background: none repeat scroll 0 0 #f8f8f8
    padding-bottom: 10px;
    padding-top: 10px;

    }
    .t3-header {
    padding-bottom: 24px;
    padding-top: 24px;

    }

    All underlined lines are crossed when i look with Firebug.
    (running with xampp)

    Pankaj Sharma Moderator
    #561617

    Hi Please Try the code below


    .layout-events .t3-header {
    padding-bottom: 48px!important;
    padding-top: 48px!important;
    }
    .layout-events .t3-header {
    padding-bottom: 1px!important;
    padding-top: 1px!important;
    }
    .t3-header {
    background: none repeat scroll 0 0 #f8f8f8!important
    padding-bottom: 10px!important;
    padding-top: 10px!important;
    }
    .t3-header {
    padding-bottom: 24px!important;
    padding-top: 24px!important;
    }

    Let me know if it helps

    kmgdesign Friend
    #561633

    Yay! It Works!

    Thank you pankajsharma.

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

This topic contains 3 replies, has 2 voices, and was last updated by  kmgdesign 9 years, 7 months ago.

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