Tagged: responsive
Hi,
I have these errors. I also noticed the Newsletter button issue on your demo page.
form button – https://www.dropbox.com/s/8ogkg3tum3iin16/form-button.png?dl=0
footer columns – https://www.dropbox.com/s/k0p0wahhkogxgay/footer-columns.png?dl=0
sidebar column – https://www.dropbox.com/s/jpoyyyv1aait6qp/sidebar-column.png?dl=0
Hey chumbo!
I tried to go to your website using the link on your screenshots but it does not load on my end. Can you please post the link to your page where we can see the issues?
Regards,
Yigit
Hi Yigit,
You should be able to see the website now at: http://www.greenwaylabs.com/
Thanks for taking a look at this,
Alex
Hi!
1.) for “sign up” button use this code:
.avia_ajax_form .form_element_fourth {
width: 25.2%;
margin-left: 0px;
}
2.) For footer columns you could try to make font-size smaller on mobile devices:
@media only screen and (max-width: 767px) {
h3.widgettitle {
font-size: 10px;
}}
3.) Can you provide us a precise link where we can see the sidebar shown on your third screenshot please? we need to inspect the elements.
Regards,
Andy