• Resolved zukester100

    (@zukester100)


    Hi:

    I have been trying through the style.cssto make the entire page, any and all pages, to align to the left side of the page. Using a search for margin, padding, you name it, but it does not move to the left. It simply is stuck in the middle. This is the whole page orientation, any and all pages.

    Any ideas?

    Thanks in Advance,
    Zukester100

Viewing 4 replies - 1 through 4 (of 4 total)
  • Did you look at media queries, I guess they start at #15.

    Thread Starter zukester100

    (@zukester100)

    Not sure what that even means….media queries?

    Please look at style.css and search for: 15.0 Media queries

    Please read the comment to that section.

    Then in 15.1 Minimum width of 783 pixels

    The code:

    body .site {
    		margin: 0 auto;
    		max-width: 1040px;
    		max-width: 65rem;
    		/* overflow: hidden; */ /* Had to disable it to make visible top menu sub-items */
    	}

    The line margin: 0 auto; should be changed to:

    margin: 0px auto 0px 0px;

    You should be aware that in order to preserve the changes you should be using Custom Css plugin or a child theme.

    Thread Starter zukester100

    (@zukester100)

    BOOM! That was the one I wanted. Thanks so much!

    Zukester100

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

The topic ‘Site align’ is closed to new replies.