• Resolved pre20

    (@pre20)


    Hi, nice theme!

    In big screens there are empty spaces on left and right of the theme.
    What I have to do to get that spaces filled by the content & sidebar?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Did you include a link to your site, so that others can see the problem?

    Theme Author galussothemes

    (@galussothemes)

    Hi pre20,

    Increasing the width of the page can affect the header image you select. However, if you want to increase the width go to Appearance > Editor select the custom-style.css file. and paste the following code and click the ‘Update File’ button (the example is for a 1300px width, you can set the width you want):

    @media screen and (min-width: 768px) {
    	.site {
    		max-width:1300px;
    		max-width:92.85714285714286rem; /* = 1300/14 (14px = 1rem) */
    	}
    }

    Regards.

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

The topic ‘Full width theme’ is closed to new replies.