Viewing 6 reply threads
You must be logged in to reply to this topic.
Hello,
We will fix this issue in the next update that will be launched tomorrow. Anyway you can fix it by editing these line in this file:
https://hustvattarna.se/wp-content/themes/handel/css/codeless-front-elements.css
div.wpcf7-mail-sent-ok {
padding: 21px 36px;
margin: 40px 0;
width: 100%;
}
changed the width from 82% to 100%
also you have to remove the line:
.cl_contact_form7.style-simple .col-sm-6:nth-child(2){padding-left:0}
.cl_contact_form7.style-simple .col-sm-6:nth-child(3){padding-right:0}
Let us know.
Regards!
Hello,
The update is online you can download the new version 1.2.2 of the theme and replace the handel folder with the new one you will get at themeforest.
You can also replace only the file: handel/css/codeless-front-elements.css.
Regards!
Hello,
I have found this issue you have to edit the file /themes/handel/css/codeless-front-elements.css and changed the line:
div.wpcf7-validation-errors{
border: 2px solid #444;
padding: 10px 20px;
margin: 40px 0;
width: 82%;
}
replace with:
div.wpcf7-validation-errors{
border: 2px solid #444;
padding: 10px 20px;
margin: 40px 0;
width: 100%;
}
Save the file and it is fixed.
We will fix it again on the next update.
Sorry again.
Regards!
You must be logged in to reply to this topic.