• Resolved Thorsten

    (@reisewolv)


    another question: the width of the posts is a bit narrow, especially for large monitors with high resolution. I’ve seen that there are different layouts in the pro version, but apparently no wider ones. is it possible to achieve the width of the Apex theme here?

    Thanks for your help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Sure, the Unlimited theme gives more space to the sidebar, but you can make the post wider and sidebar narrower by adding this code to your site:

    @media all and (min-width: 50em) {
    	
    	.main {
    		width: 65%;
    		margin: 1.5em 3% 0;
    	}
    	.sidebar-primary {
    		width: 26%;
    		margin: 1.5em 3% 1.5em 0;
    	}
    }

    Please copy & paste the code above into the “Additional CSS” section in the Customizer (Appearance > Customize), and it will take effect right away.

    Thread Starter Thorsten

    (@reisewolv)

    that’s what I was looking for. Thank you very much.

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Width of Posts’ is closed to new replies.