• Resolved hulbertlee

    (@hulbertlee)


    Hello, how can I change the width of my main content so that it can be more narrow?

    howtofocusbetter.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • By editing your theme’s stylesheet.

    #content.no-sidebar {
    	width: 900px;
    }

    that is the style of your main content in /stylesheets/master.css

    to change this, you would probably add the same style, just with a different width, to style.css

    Thread Starter hulbertlee

    (@hulbertlee)

    Hi, I tried to narrow the width of the main content by putting this code into my style.css:

    #content.no-sidebar {
    	width: 800px;
    }

    but nothing changed? What can I do to narrow it?

    howtofocusbetter.com

    it looks narrower to me (?)

    have you tried to clear your browser cache by pressing the ‘reload’ button on the browser, or by pressing ‘ctrl’ and ‘f5’ simultanously?

    this should make the changes to the stylesheet immediately visible.

    Thread Starter hulbertlee

    (@hulbertlee)

    Oh I see… it only makes it narrow from the right. Thank you so much for your help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to change width of main content?’ is closed to new replies.