Home Forums WoodMart support forum Breakpoints for media query

Breakpoints for media query

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #236598

    fdeross
    Participant

    What are the current mobile, tablet, and desktop breakpoints for Woodmart? I need to use media queries for some custom css and I would like for it to follow the theme.

    I looked at the style.css for the theme and there are lots of different media queries with different min & max widths, so I can’t tell what to use and what not to.

    Min-widths:
    1025px
    1200px
    992px
    769px
    768px (3)
    576px

    Max-widths:
    1024px (4)
    1200px
    1199px
    991px (2)
    767px
    768px
    600px
    575px

    #236690

    Artem Temos
    Keymaster

    Hello,

    Here is a list of main media queries:

    1025px+ – Desktop
    768px-1024px – Tablet
    0-767px – Mobile.

    Kind Regards

    #236867

    fdeross
    Participant

    Thanks Artem! Do you have any news on the upcoming release or roadmap?

    #236937

    Artem Temos
    Keymaster

    You are welcome! We don’t have a roadmap but we are working on a small update that will be released in a few weeks.

    Kind Regards

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