WP - Format GOn KAPOOWEE!

1 replies
  • WEB DESIGN
  • |
I'm having problems with my WordPress Twenty Eleven Theme. I'll give some background information on my theme and what I was doing before it messed up below.

I'm not the smartest when it comes to WP and I'm foolish for not doing some things I should of done before. Im paying the price for my neglegence.

Theme: TwentyEleven v1.2 ( I know I haven't updated it.. tisk tisk)

Child Theme: No..

Back Up: No.. again

My site is http://www.mizzhitzthaproducerbeats.com, I use this site to sell my instrumentals and let people hear my music.

I was doing some changes to the site last night in order to get the music player furthur up the page. Hence, I took the header off and tried to trim down on the padding. You may not be able to tell now but below is the code I had in the bottom of my .CSS file in order to do so.

Code:
 
.page .entry-title { display: none; }
 
#main {
    clear: both;
    padding: 0;
}
 
#comments {
width:100%;
}
 
#respond textarea #comment {
height:50px;
}
 
.singular.page .hentry {
padding: 0;
}
The code above did as I wanted it to and I was pleased. No problems there. But, I just wanted to make the theme a tad bit wider now.
So, I found a code on another site that I had thought would allow me to do so. It didn't work out so well. You can see the code below:

Code:
#page {        margin: 1.5em auto;       
 max-width: 1050px;        
border-top: 15px solid #bbb;       
 -webkit-border-radius: 15px;        
-moz-border-radius: 15px;        
-o-border-radius: 15px;        
border-radius: 15px;    
}
Original Link to code: http://voodoopress.com/customizing-twentyeleven-lets-start-with-width-and-smaller-header/After inserting that code into my .CSS file, everything went haywire.

And my site looks like it looks now. --->> http://www.mizzhitzthaproducerbeats.com

- The sidebar to my site is wayyyy off and towards the bottom of the pages.
If you click the "Blog" tab on my menu, the sidebar does show up how it's supposed to but if you select an article that you want to read, my site takes you to the articles page and the sidebar is down again.

- The margins (I think that's what they're called) are way off also but they are at the original settings in the .CSS file.
How do I know? Because, I checked every single file in my theme's editor against a fresh copy of TwentyEleven v1.2, using http://www.text-compare.com

- Now, even when I try to change values to things such as width and margin size in the .CSS editor, nothing changes and the format stays the same.

Since I restored all of the .CSS code to the original. I don't understand why it's all off like it is if all of the code in the .CSS file is the same as the original.

Thanks in advance everyone!
#format #gon #kapoowee #margins #tentyeleven theme #wordpress

Trending Topics