Change content width and site title font only

  • Unknown's avatar

    Hi, I’ve been trying and trying but for some reason none of my coding shows up when I preview it.

    I’m trying to increase the width of the body content so that my pictures will scale larger with the browser size.

    Also, how do I change the site title “Pixie Dust and Wanderlust” into Fertigo Pro Script while keeping the headings and the navigation ‘Raleway’?

    my site is http://pixie-dust-and-wanderlust.com/ and is hosting a Confit theme

    Thank you!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    I’m trying to increase the width of the body content so that my pictures will scale larger with the browser size.

    To get that to work , you have to make two changes.

    First, add some custom CSS to widen the primary content container:

    #wrapper {
    	max-width: 1200px
    }
    #primary {
    	width: 70%;
    }

    Then update the “Content Width” setting in Appearance > Customize > CSS to the new width. For the example above, the wrapper is 1200px and that makes the main content area 758px wide and that’s the number you’ll want to use for the content width setting.

  • The topic ‘Change content width and site title font only’ is closed to new replies.