badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

style.css mistake = whole layout mixed up

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #7616
    kaethe2011
    Participant

    Hi,

    I had a beautiful almost finished blog. then I tried to change the background pictures size to make it fit. I found a code by other users and added it to editor –> style.css–> background, it did not work so I deleted the changes again. but apparently I made a mistake because now my whole blog is mixed up (check it out under: http://www.ashakearoundtheusa.de).

    this is what the code for background looks like now:

    }
    body {
    background: url(“images/body-bg.png”) #ececec;

    .wrapper {
    max-width: 1038px;

    is that correct? Please help me to get it back my blog (all sites and posts are still under my admin. it is just the general look that is totally different(a different format it seems). Is there an example of a attitude style.css code so I can compare it to mine and fix the mistake I made? I don’t have any idea about programming – please keep your advice as simple as possible. Please help me! I appreciate it. Thank you!

    #7618
    kaethe2011
    Participant

    sorry I made a mistake for the url. the correct one is: http://ashakearoundtheusa.de

    #7639
    Sanjip Shah
    Participant

    @kaethe2011 I see that you forget to add the end curly bracket. ‘}’
    Try

    body {
    background: url(“images/body-bg.png”) #ececec;
    }

    instead of

    body {
    background: url(“images/body-bg.png”) #ececec;
    #7688
    kaethe2011
    Participant

    Thank you Sanjip. But it did not work unfortunately. Do you think changing the theme and then changing it back to attitude could work? I am happy for any tips!

    #7690
    kaethe2011
    Participant

    ok, I just tried changing the theme and back. Other themes work, but attitude I seemed the have manipulated the code somehow. Is there a possibility to get the whole correct style.css so I can copy it in? Or can I delete it and download it again- how does that work?

    Thank you for your help.

    #7749
    Rabin Shrestha
    Participant

    Yes, simply download the fresh copy of Attitude theme and install it again.

    #7818
    kaethe2011
    Participant

    Thank you Rabin. That worked! beautiful again 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.