• Hello,

    The “Main” template has a container width issue:

    
    @media (min-width: 1200px)
    .tg-container {
      max-width: 1240px;
    }
    

    while every other @media-query breakpoint has the container max-width smaller than the breakpoint, this one has it larger which results in that from screen widths 1200px to 1240px (and visually something like 1280px) the container is stuck right at the browser window edges.
    And while every other breakpoint comes from style.css, this one comes from <style id='zakra-style-inline-css' type='text/css'>.

    This can be seen even in the demo – https://zakrademos.com/main/.

    • This topic was modified 6 years, 7 months ago by a22y.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Incorrect container width on some screen widths’ is closed to new replies.