• Resolved CJ Gorius

    (@cgorius)


    My 2014 Theme does not display across the full width of my Monitor. Only about half the monitor size and the rest of the page is blank blue color area.
    How do I make the 2014 Theme full monitor page width?

Viewing 2 replies - 1 through 2 (of 2 total)
  • what size is your monitor?

    the theme has a max-width of 1260px;

    as set in style.css:

    .site {
    	background-color: #fff;
    	max-width: 1260px;
    	position: relative;
    }

    overwrite that in style.css of a child theme or via custom CSS plugin.

    Thread Starter CJ Gorius

    (@cgorius)

    Thank you…that fixed the issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘2014 Theme not full page width’ is closed to new replies.