• I’m trying to move a blog from wordpress.com to self-hosting.
    On wordpress.com, there are theme options:

    Andrea Theme Options
    Choose a layout option:
    Layout Options
    Flexible-width Layout — Wide, flexible-width layout. Site width is fluid between a minimum width of 900px and maximum width of 1280px. Images in the main column have a maximum width of 1000px.
    Fixed-width Layout — Narrow, fixed-width layout. Site width is 700px and the main column width is 500px. Images in the main column have a maximum width of 500px.

    This does not appear to be available in the version available for www.remarpro.com

    I have tried altering the css to get the flexible layout,
    but without complete success.
    Does anyone have the css for flexible?
    Or a list of which div classes/ids need to be altered?
    Or any other workround?

    Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter roadie

    (@roadie)

    I copied style.css from https://wpcom-themes.svn.automattic.com/andrea/style.css
    and then copied it to the remote …/wordpress/wp-content/themes/andrea

    I edited header.php and replaced <body> with
    <body class=”flexible-width”>

    I then had to alter lots more in the style.css because this version 0.4 of andrea is quite different in the php files and style.css from the version 0.3 that www.remarpro.com provides.

Viewing 1 replies (of 1 total)
  • The topic ‘Failing to make Andrea theme a Flexible-width Layout’ is closed to new replies.