• Resolved michaelgof

    (@michaelgof)


    -I was checking responsiveness of my website on different screen resolutions (dimensions).
    -I used the website https://quirktools.com/screenfly/ for testing and also resizing manually the browser windows.(Results are the same)

    -On some screen resolutions it looks like this. It lacks margins left and right

    -Even the default generatepress theme lacks the margins on those resolutions

    -But Here is a website build with generatepress that has the margins at those resolutions and its responsive for all screens.

    -To achieve that i introduced this css

    .container {
            margin-left: 15px;
            margin-right: 15px;

    -It solved the problem but back a full browser window, the site container is squashed to the left and not centered again. see main site

    -How can i remedy that???

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Main Site Responsiveness Issues’ is closed to new replies.