logo

$10
Who can provide me a clean CSS?

Hi, I messed up my CSS somehow, who can send me a clean CSS for:

http://guidoflueck.com/beauty/

It should look almost like here:

http://design-studio-basel.ch/guidoflueck/events-3/

But not this font and the sidebar should be on the right side below the logo;
content w 800px, sidebar 200px

The gap between menue and content shoul be smal, 30px

Remove 'Bearbeiten' if possible.

I would like just to paste the CSS.

Simone Fuchs | 05/16/10 at 3:48pm | Edit

css

(2) Possible Answers Submitted...

  • avatar
    Last edited:
    05/16/10
    5:16pm
    Oleg Butuzov says:

    you are using two styleshits .. and thay overwrite somehow

    2c-r-fixed.css
    style.css

    you should turn off style.css on beuty page and turn on default.css

    Previous versions of this answer: 05/16/10 at 4:00pm

    • 05/16/10 4:06pm

      Simone Fuchs says:

      I deleted the second CSS, but the content is still cut off... And I forgott, I woud like to hiede page titles, but show article titles.

    • 05/16/10 4:09pm

      Simone Fuchs says:

      but style.css is my main childtheme css... It should overrite default.css

  • avatar
    Last edited:
    05/16/10
    4:36pm
    Svilen Popov says:

    Try this
    1. Open style.css and remove width from #containter;
    2. Add this to your css file

    #container {
    width: 800px;
    float: left;
    }
    .aside {
    float: right;
    width: 200px;
    color:#666;
    }
    #footer {
    clear: both;
    }

This question has expired.





Current status of this question: Completed