• Hello,

    I deleted the style.css of my theme folder in order to remove any formatting to my blog, and it’s fine but I don’t have anymore the 2 collumns display (texts on the left, calendar and links on the right).

    Could somebody tell me what code lines to add to an empty style.css file in order to get back these 2 columns please ? (I don’t want fixed columns width)

    And the link at the bottom of the page, “Previous articles” has vanished too… How to get it back please ?

    I searched for hours and hours…

    Thank you for your precious help !

    R.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You’ll need to get back the styles.css file, and edit it (rather than completely delete it). You may want to download the theme again and replace the CSS file.

    In WordPress, the styles.css file controls much more than just basic formatting…

    Thread Starter Ratatoskk

    (@ratatoskk)

    Thank you.

    Valentin from wordpress-fr.net gave me these lines


    #containerblog { width: 100%; float: left; margin-right: -250px; }
    #contentblog { margin-right: 250px; }
    #contentblog ol { padding: 1em; }
    #sidebarblog { width: 250px; float: right; color: #000000; }
    #wp-calendar { width: 225px; margin: .5em auto .5em auto; }
    #wrapper { margin-top: .5em; }
    * html #wrapper { width: 99%; }
    #container { width: 100%; float: left; margin-right: -250px; }
    #content { margin-right: 250px; }
    #sidebar { width: 250px; float: right; }

    and it work perfectly on Firefox 2 but has a little problem in Internet Explorer 6, try : http://fsagx.be/emailsmembres/

    Any ideas to resolve this surprising problem ?

    Many thanks !!!

    Regards,

    R.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘A little help for my style.css please…’ is closed to new replies.