Hello, the Mail footer from the design cloud is not showing properly on our site. Any suggestions for how to fix it?
You will also see the “Who we are” section loads slowly. If you have suggestions for how to fix that would be great as well.
Hello, the Mail footer from the design cloud is not showing properly on our site. Any suggestions for how to fix it?
You will also see the “Who we are” section loads slowly. If you have suggestions for how to fix that would be great as well.
Hello @wiser308,
Thanks for writing to us.
It seems that the “Who we are” section is loading fine at my end. It might be the issue of browser cache at your end please clear your browser cache and then check it again.
For the footer mail form, you can use this custom CSS code to align the form. Add the CSS code under Theme Option —>CSS
@media (min-width:783px){
.forminator-row.forminator-row-last {
float: right;
margin-top: 18px;
}
.forminator-row {
float: left;
}
.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row {
margin-right: 0px !important;;
}
}
Please note that the code provided above serves as a guide only and it would ultimately be your responsibility to take it from here. If you are unfamiliar with code and resolving potential conflicts, you may opt-in on our One service for further assistance.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.