PHP! Wordpress theme was ändern

  • Wordpress DirtyCode vom allerfeinsten ... selten so einen Styleshit gesehen.


    style.css (line 2218)

    Code
    1. .widget-area{
    2. width: 330px !Important;
    3. position: relative !Important;
    4. left: 45px !Important;
    5. }


    Width ist die Breite der Sidebar.


    Angenommen du machst das ganze um 50 Pixel (px) breiter, dann musst du den Content-Bereich um 50px verkleinern:


    style.css (line 2907)

    Code
    1. #secondary_shadow {
    2. box-shadow: 0 1px 2px #AAAAAA;
    3. float: left;
    4. width: 700px;
    5. }


    width um 50px verringern (also 650px)


    style.css (line 2895)

    Code
    1. #secondary_menu {
    2. background: none repeat scroll 0 0 #F4F4F4;
    3. border-radius: 5px 5px 0 0;
    4. box-shadow: 0 1px #FFFFFF inset, 0 -1px #DDDDDD inset;
    5. height: 43px;
    6. width:700px;
    7. }


    Und nochmal width um 50px veringern.


    style.css (line 2976)

    Code
    1. #primary {
    2. background: none repeat scroll 0 0 #FFFFFF;
    3. border-radius: 0 0 5px 5px;
    4. box-shadow: 0 1px 2px #AAAAAA;
    5. width: 700px;
    6. }


    Und hier nochmal ...


    (Ich bin mir nichtmal sicher ob das alle sind ... aber so siehts bei mir gut aus)


    Gruß
    florian0