Home Forums WoodMart support forum Resolution to switch to mobile

Resolution to switch to mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #260880

    Damiantos
    Participant

    Hi there, how can I change at what point the theme switches to the mobile menu and header?

    Damien

    #260931

    Hello,

    The custom CSS of the Theme Settings has the option to insert CSS into Custom CSS for desktop // Custom CSS for tablet // Custom CSS for mobile landscape // Custom CSS for mobile

    All the devices are of the standard breakpoint. If you want to add any specific, add the media query into Global.

    @media screen and (max-width:1024px){
    /*you style here*/
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)