Hi Kriesi
I working on this site http://bzw.bezzerwizzer.dk/ . I have some issues with the responsiveness. When I resieze or use mobile device.
the 4 columns on the home page drops into 2 lines just fine. but when I scale further or use smaller device, I pops back into 4 columns.
Somthing similar happens on http://bzw.bezzerwizzer.dk/?page_id=1627 where it seems random weather the adjustments happens well or not.
Basicly it seems that the grid file doesn’t do ass it is supposed to. :)
thank you .
Jonas
Hey Jonas!
Here’s how it look on a smaller screen:
Can you post a screenshot of your view?
Cheers!
Josue
Hey!
What specific browser/devices are that?
Regards,
Josue
Well I get that result with the latest firefox, crome and ie.
Also crome for android, some native browser on lg g2 android phone, the native browser on an iPhone5. So basicly all the browseres I can get my hands on:)
Hey!
Thank you for the update.
Did you modify anything on the theme files? Please try to add this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) {
div .av_one_fourth {
margin-left: 1%;
width: 48.5%;
}
}
Cheers!
Ismael
No, I don’t thik so. Thank you I will try this right away.
It worked though I used 98% instead of the 48.5%
thanks alot.