Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • dwla fame Friend
    #723088

    Hi.

    is there any trick to override automatic easysocial template “.col …” settings in a custom css?

    If i try to create an override in custom css its always below the css of easysocial in firebug listing and its also not loaded first..

    Is there any trick ?

    here the line from base min js of easysocial to override

    body div#fd true, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    }

    If i add this with padding to 0 or lower px then its listed below easysocials css

    Pankaj Sharma Moderator
    #723270

    Hi
    The above style can effect the whole site , as col classes is used in every Part of the site . If you are overriding the css via custom.css and its not working then Apply !important rul with style .

    Example : min-height:1px!important;
    In the above code . Hope it hepls.

    Pankaj Sharma Moderator
    #753993

    Hi
    The above style can effect the whole site , as col classes is used in every Part of the site . If you are overriding the css via custom.css and its not working then Apply !important rul with style .

    Example : min-height:1px!important;
    In the above code . Hope it hepls.

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

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

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