Hi,
After updating the Unite Theme on our website, the Thrive Themes plugin is not working anymore.
It has messed up the page width on our homepage and lead to overlapping layout on our contact page.
Can you advise please how to fix this?
Thank you,
Maite
movin
November 1, 2016, 11:05am
2
Hi Maite,
I hope you are well today and thank you for your question.
Could you please share me the pages URLs from your site where it is not displaying correctly so that i can troubleshoot it?
Kind Regards,
Movin
Hi Movin,
On this page http://atitagain.ie/ the width has spread - scroll right and you’ll see
On this page Contact — At it Again the boxes are now overlapping text
Thank you,
Maite
movin
November 2, 2016, 7:01am
4
You can try resolving this issue by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Unite Options -> Other -> Custom CSS
@media (min-width: 768px){
body.home #primary {
max-width: 750px;
}
}
@media (min-width: 992px){
body.home #primary {
max-width: 970px;
}
}
@media (min-width: 1200px){
body.home #primary {
max-width: 1170px;
}
}
input.wpcf7-form-control {
max-width: 100%;
}
Hi Movin,
That worked. Thank you so much.
Kind Regards,
Maite
movin
November 6, 2016, 1:17pm
6
You are most welcome here