• Resolved malic

    (@malic)


    I love the Twenty Eleven theme. But the default image size of my website is 672x452px, now they all become 569x383px. Is there any chances I can modify Twenty Eleven theme and let the images show in its default size?

    I already create a child theme. Please advise. My website is http://www.malichuang.com. Thanks a lot.

Viewing 1 replies (of 1 total)
  • Thread Starter malic

    (@malic)

    Found a solution. Just enlarge the default width of Twenty Eleven theme, and default image will adjust automatically.

    Create a child theme first. Set its max-width parameter, and set the content width and secondary width parameters accordingly. Finally I keep its max-width, adjust the #content and #secondary.

    #page {
    	margin: 2em auto;
    	max-width: 1000px;
    }
    
    #content {
    	margin: 0 34% 0 5.6%;
    	width: 70%;
    }
    
    #secondary {
    	float: right;
    	margin-right: 5.6%;
    	width: 13%;
    }

    You may adjust Singular parameters accordingly.

Viewing 1 replies (of 1 total)
  • The topic ‘How to enlarge the Twenty Eleven 2.1 default image size’ is closed to new replies.