• I noticed lately that my website is showing a ‘Meta’ and ‘Archives’ and ‘Search’ in the sidebar…I’m pretty sure it didn’t use to do this, and I liked that ‘clean’ non-blog, more like a Website look. When I go into Appearance/Widgits, all of the above mentioned widgits are inactive. There are four Footers there under the sidebar that I can’t move or change (Footer 1, Footer 2, and so on). It was suggested to me that using the full-width template option might eliminate this problem. Would it? And how do I do that?

    https://www.c-riede.com/

    Thanks!

Viewing 4 replies - 16 through 19 (of 19 total)
  • Bush

    (@manishkumarruhil)

    Find following coding in style.css:
    .full-width #content, #portfolio.full-width {
    width:100%;
    max-width: 980px;
    }
    And change it to:
    .full-width #content, #portfolio.full-widt
    .tag #content,
    .archive-portfolio #content {
    width:100%;
    max-width: 980px;
    }
    (telling on the assumption that you have removed sidebar from both tags and archive)
    IF .archive-portfolio don’t work than replace it to just .archive

    If you have removed sidebar from everywhere than change it to:
    .full-width #content, #portfolio.full-width,
    .tag #content,
    .category #content,
    .archive #content,
    .author #content,
    .page #content,
    .single #content,
    .index #content,
    .home #content {
    width:100%;
    max-width: 980px;
    }

    Hope it will work for you.

    Thanks I tried that but alas no joy. I have no idea why, but this just doesn’t seem to want to work.

    Bush

    (@manishkumarruhil)

    Frankly, I am also not understanding why these are not working for you. I think you should give a shot to child theme I created for you.

    https://www.box.com/s/k6g2xokp8s0d464oxoz7

    Its better that you reinstall your theme first before uploading it. And tell me how it works? Do you want a video tutorial?

    Theme Author Devin Price

    (@downstairsdev)

    Check the theme options. You can select a 1-column layout.

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘How do I use the Full-width template?’ is closed to new replies.