Comments Artur started the conversationOctober 5, 2015 at 4:08pmHi,We got standard 4-column footer. In each column we have 2-3 small custom menus.The problem is that on some screen resolutions for example 800x600 columns don't stack properly.First two are next to each other, third is on the right of next row, and fourth is at the bottom with empty space above it.Just see it in firefox under'View responsive layout' and you will see what I mean.ThanksArtur 895TheFox repliedOctober 6, 2015 at 9:53amHello Artur,Please try to add this custom css :@media only screen and (max-width: 1035px) {.widget_wrap:nth-child(3) {clear:both;}That should fix the problemDo not hesitate to contact us if you have other questions.Regards--------------------- Hosting we recommend ( Free SSL and CDN included in all plan ). Speed up your site with Autoptimize Test your site with GTmetrix and fix the issue to make it faster How to Update your Theme Sign in to reply ...
Hi,
We got standard 4-column footer. In each column we have 2-3 small custom menus.
The problem is that on some screen resolutions for example 800x600 columns don't stack properly.
First two are next to each other, third is on the right of next row, and fourth is at the bottom with empty space above it.
Just see it in firefox under'View responsive layout' and you will see what I mean.
Thanks
Artur
Hello Artur,
Please try to add this custom css :
@media only screen and (max-width: 1035px) {
.widget_wrap:nth-child(3) {
clear:both;
}
That should fix the problem
Do not hesitate to contact us if you have other questions.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme