• Resolved labisca2012

    (@labisca2012)


    When I last looked at this site, the page padding was fine. Now suddenly it’s all gone flush to the left edge, and I haven’t edited anything. Can you tell me how to rectify this?

    The site is here:
    http://blindwilliejohnson.com

    The child theme css contains the following additions, affecting screen width, not padding. I’m confused how this changed.

    /*
    Theme Name: Twenty Twelve Child
    Theme URI: http://www.blindwilliejohnson.com
    Author:
    Author URI:
    Template: twentytwelve
    Description: Child theme for Twenty Twelve
    Version:
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
    Text Domain: twentytwelve
    
    This theme, like WordPress, is licensed under the GPL.
    Use it to make something cool, have fun, and share what you've learned with others.
    */
    
    @import url("../twentytwelve/style.css");
    
    /* This Block Adjusts the Overall Theme Width */
    footer[role="contentinfo"] {
    	max-width: 1100px;
    }
    @media screen and (min-width: 600px) {
    	.site {
    		max-width: 1100px;
    		max-width: 78.571428571rem;
    	}
    }
    .ie .site {
    	max-width: 1100px;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • I not getting clearly, what type of problems you are facing? Can you please elaborate the problem and what type of solution are you expecting?

    Thread Starter labisca2012

    (@labisca2012)

    If you look at the page contents, everything contained within the white of the full page (from nav bar to page posts, including side bar) all of it appears flush left with no padding whatsoever on the left edge. On the right of the sidebar there is a tiny bit of padding, though too little, and on the left nothing. All of the text, from the nav to titles to page info articles runs flush left, right on the edge of the white. This is wrong and not anything that I have changed in the child css.

    The padding should look like this
    http://www.worldupsidedown.com/wpnow

    [No bumping. If it’s that urgent after just 3 hours, consider hiring someone.]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘2012 theme page padding all messed up’ is closed to new replies.