Tagged: Footer widgets
Hi there,
Two of our 4 footer widgets seem to be half-way off the screen at 768 – 990. Fine on other screen sizes.
Thanks,
Robert
Hi rpl_admin!
The contact form is coming from a plugin, correct? It looks like it’s adding a lot of inline styling and that’s most likely what is causing it. Could you try to contact the plugin authors to see if they can help? If not, then please provide us with a temporary admin login so that we can have a closer look. You can post the details here as a private reply.
Cheers!
Rikard
Hi Robert!
I am getting “This webpage has a redirect loop” error. Please check your website and let us know when it loads properly so we can provide you custom CSS code :)
Best regards,
Yigit
Hi Yigit,
The site is fine again now.
Thanks,
Robert
Hi!
Please add following code to Quick CSS
@media only screen and (max-width: 989px) and (min-width: 480px) {
.responsive .av_one_half.first + .av_one_fourth, .responsive .av_one_half.first + .av_one_fourth + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_half {
margin-top: 0;
}}
Cheers!
Yigit