Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi AThompsonCO,

    You can put this code into your custom css:

    #content {
     width:100%!important;
     margin:0px !important;
    }
    
    .singular .entry-header,
    .singular .entry-content,
    .singular footer.entry-meta,
    .singular #comments-title {
    	margin: 10px auto;
    	width: 97%;
    }

    if you don’t have a custom css, then you can use this plugin to create a custom css for you

    Thread Starter AThompsonCO

    (@athompsonco)

    Where do I put this code in?

    These are my options –
    Stylesheet
    (style.css)
    Visual Editor RTL Stylesheet
    (editor-style-rtl.css)
    Visual Editor Stylesheet
    (editor-style.css)
    RTL Stylesheet
    (rtl.css)

    Where on that correct place do I put it?

    You need to add custom CSS via a plugin such as Custom CSS Manager or JetPack. You should not modify any theme files – as your changes will be overwritten and lost when WP is updated.

    Once you’ve added the custom CSS, you just copy the code above to that new place in your Dashboard.

    Thread Starter AThompsonCO

    (@athompsonco)

    Awesome! It worked thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Twenty Eleven’ is closed to new replies.