Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #953242

    Hi, after the last theme update the contact form design is messed up. The spacing is not OK and the white border shouldn’t be there.

    #953993

    Hey DROR,

    Thank you for using Enfold.

    What is the version of the theme prior to the upgrade? Try this filter in the functions.php file to disable the builder’s rtl column support.

    add_filter( 'avf_rtl_column_support', function(){ return 'no'; } );
    

    Best regards,
    Ismael

    #954079

    That actually fixed a different issue I had but it didn’t change the contact form issue.

    #954081

    Plus I need the RTL support as my site is in Hebrew so disabling it won’t do good for my overall site. Any other fix?

    #955056

    Hi bakbek,

    Could you please clear the cache, check again and get back to us.

    Best regards,
    Victoria

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