Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #445459

    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

    #445946

    Hey tzanten!

    Try adjusting line 98 in the /enfold/css/grid.css stylesheet.

    @media only screen and (max-width: 767px) {
    

    Regards,
    Elliott

    #446406

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Responsiveness: how to force to switch to mobile layout sooner’ is closed to new replies.