Hi,
I need the responsiveness to swap to mobile layout at sooner than originally defined in the theme, for example starting at 1024px width and lower. I need this for all media. Could you assist defining the CSS for it? I’d tried it myself, but didn’t get it working.
Cheers,
Tom
Hey tzanten!
Try adjusting line 98 in the /enfold/css/grid.css stylesheet.
@media only screen and (max-width: 767px) {
Regards,
Elliott
Hi Elliott,
Yes, this works. Thank you!
Now I just have to play a bit with the top/bottom margins of the cells in the case of the condition for better display, I’ll see if I can figure this out.
Building a website that looks 100% on all resolutions is a times consuming challenge, with or without theme ;-)
Cheers,
Tom