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

    Hey I’ve helped change sizes form
    Now the question if you can do it sometimes does not make the change only on pages I want

    #540926

    Hi zeevkazakov!

    Please turn on custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give your contact form that you would like to apply custom CSS a custom class and then change your code to following one

    
    .your-custom-class label[for="avia_5_1"] {
        display: none;
    }
    .your-custom-class .avia_ajax_form .form_element_fourth {
        width: 19%;
    }
    .your-custom-class .avia_ajax_form p {
        width: 19%;
        clear: inherit;
        margin-left: 10px;
    }

    Cheers!
    Yigit

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