Changing width of blix theme

  • Unknown's avatar

    I’m getting started with Blix theme, and I subscribed to custom css as I wanted to change the page width, which I have done quite successfully in terms of the header and nav.
    However I cannot seem to get the content to expand across the full width – the post is cropped. See my homepage
    http://simplyinspirational.wordpress.com/ to see what I mean.
    When I look at the source it seems to be something to do with #post-2 or .snap_preview ???? But have tried specifying widths for these to no avail.

    Does anyone know how to fix this?

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

  • Unknown's avatar

    Change the width in ” .singlecol #content

  • Unknown's avatar

    Hi There,

    When I’m in my custom css, trying to edit the Blix Theme I’m only getting a small bit of code:
    Where do I find the ” .singlecol #content “?

    Here’s the code I’m getting:

    body {
    font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size:11px!important;
    background:#10070D url('images/top-bg.gif') repeat-x top left;
    text-align:center;
    margin:0;
    }

    Thanks a lot for you replies! :-)

  • Unknown's avatar

    What you need to do is click on the “(view original stylesheet)” link below the CSS edit window. It will open the stylesheet in another window. Copy all of that out and paste it into a plain text file for reference and then save it to your desktop or somewhere on your computer.

    Add only the specific sections that you are changing into the edit window and then make sure that “Add this to the … theme’s CSS stylesheet” is selected before saving.

  • The topic ‘Changing width of blix theme’ is closed to new replies.