• Hi, I’ve been using the 20-13 template for awhile now, but without any sidebar widgets… just plain pages… just the way I wanted it. However, today, I wanted a SINGLE page with a sidebar widget. So I created that page, and using “Quick Edit” changed the page template from Blank to “Default Template.” My single widget showed up on that page. Perfect! However, I then discovered that the sidebar widget was now showing up on ALL pages, even though I hadn’t touched the other pages. Now, I can’t get the pages back to normal, i.e. without the sidebar widgets. Can anyone help me understand what happened? A glitch? Is there a way to fix? Thanks very much!

    [bump moderated]

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter notrobo

    (@notrobo)

    Does anyone know how to change the content width, or main body text width (not sure what it’s called) (probably) by adjusting the left and right margins, in Twenty Thirteen? Just can’t find anything online. Thanks very much.

    So you remember you added this rule to remove the extra space for the sidebar:

    
    .sidebar .entry-header, .sidebar .entry-content, 
    .sidebar .entry-summary, .sidebar .entry-meta {
        padding-right: 75px;
    }
    

    Just add a padding-left property to that same rule, and to increase the margin space, increase the values of the padding:

    
    .sidebar .entry-header, .sidebar .entry-content, 
    .sidebar .entry-summary, .sidebar .entry-meta {
        padding-right: 75px;
        padding-left: 60px;
    }
    

    60px is the current value for the left padding.

    Thread Starter notrobo

    (@notrobo)

    Crouching Bruin, thanks so much once again! I’m slowly getting the hang of this. I was thrown off by the .sidebar in the code… did not seem like that would apply to a full page.

    Thread Starter notrobo

    (@notrobo)

    I uploaded a 900 px wide main image to the home page here: https://doyounu.com/ However, the image is smaller than it should be. Upon inspecting the code in Chrome, it says the image is being re-sized to max 604px. I don’t know what’s causing it to do this. Would it be something in all this extra code we’ve been adding? Is there a way to make it full width on the home page? Thank you

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘20-13 Template Issue’ is closed to new replies.