• I am trying to set this theme to full width (full screen) https://preview.themezee.com/merlin/blog/
    In the style.css file there is this code:

    .content-area {
    	float: left;
    	width: 74%;
    	padding-right: 1.8em;
    	-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;

    but if i change the width value to 100% it doesn’t make the theme go to full width. How to make the theme full width?

Viewing 2 replies - 1 through 2 (of 2 total)
  • There is probably a larger container, or other, more specific css, that is controlling the overall width of the page. .content-area sounds like a very small portion of the page.

    A link to a specific site will enable us to look more closely. (The page you linked to above is already at the full width of my browser, btw.)

    Thread Starter Emil_d08

    (@emil_d08)

    The page is a demo site of this theme: https://www.ads-software.com/themes/merlin/

    You browser is probably set to zoom in, that’s why you probably are seeing it in full width. Try another browser.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to set wordpress theme to full width?’ is closed to new replies.