Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #598640

    can you please help me with some code for custom css class for color section?

    i want to reduce the high of this color section: http://imgur.com/GMLs3jU to a high of 280px.

    the custom css elemte has the name .optin

    #599433

    Hey diefleischerei!

    It is already 280px height but the height of the content is more than 280px so the section is forced to stretch.

    To reduce the height or the form please use the below css in quick css

    .bld-el-input .bld-table-cont {
        height: 38px!important;
        font-size: 30px!important;
        line-height: 24!important;
        padding: 0px!important;
    }
    
    .snp-pop-325 .bld-step-1-el-1 .bld-el {
        font-size: 20px!important;
        padding: 10px!important;
    }
    
    .snp-pop-325 .bld-step-1-el-1 {
        height: auto!important;
    }

    Cheers!
    Vinay Kashyap

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.