Judson
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Twenty Eleven Menu breaking into two linesBrilliant! That worked, Steve, thank you so much!!! You made a couple people very happy!!!
Forum: Fixing WordPress
In reply to: Remove white space at top of page Twenty Ten themeThanks but it didn’t change anything. I put it in Simple Custom CSS. I already had this in there to get rid of the space above the page:
/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
margin: 0 auto;
width: 940px;
}
#header {
padding: 0px 0 0;
}
I pasted your code after this, that didn’t work so I tried pasting the code after #main in the above code and that didn’t work either. Nothing changed.Thanks
Nevermind, I found it!
Forum: Everything else WordPress
In reply to: Received Google alert warning and can't find helpThanks! Do you know if there is any way to remove our stuff from their site? It’s very misleading to the people who make donations through our site. Thanks again.
Forum: Plugins
In reply to: [Contact Form 7] Radio buttons as listThank you so much!