I'm having an issue with the contact form on all of the sites i have salient on. None of them work, and i have deactivated all non-salient related plugins to verify.
also, I am having an issue on the mobile with the 1/6 + 1/6 + 1/6....container division. It moves the last 2 containers off. I have attached an image from the home page.
thanks for the fast reply as always Tahir, i'll look into it
what about my other request below?
also, I am having an issue on the mobile with the 1/6 + 1/6 + 1/6....container division. It moves the last 2 containers off. I have attached an image from the home page.
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
@media only screen and (max-width: 690px) {
body .vc_row-fluid .vc_col-sm-2:nth-child(2n-1) {
clear: both !important;
}
}
also: The color of the sample text on the contact form and newsletter signup forms is different on the mobile version than on the desktop. I sent a screen shot of both. how can we make those readable?
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Hi there,
I'm having an issue with the contact form on all of the sites i have salient on. None of them work, and i have deactivated all non-salient related plugins to verify.
also, I am having an issue on the mobile with the 1/6 + 1/6 + 1/6....container division. It moves the last 2 containers off. I have attached an image from the home page.
Hey Again,
This might help : https://help.dreamhost.com/hc/en-us/articles/215526937-Configuring-the-WP-Mail-SMTP-plugin .
Best
ThemeNectar Support Team
thanks for the fast reply as always Tahir, i'll look into it
what about my other request below?
also, I am having an issue on the mobile with the 1/6 + 1/6 + 1/6....container division. It moves the last 2 containers off. I have attached an image from the home page.
On Which page can i see the issue ?.
ThemeNectar Support Team
the home page
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
thanks, that worked
also:
The color of the sample text on the contact form and newsletter signup forms is different on the mobile version than on the desktop. I sent a screen shot of both. how can we make those readable?
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team