benrsullivan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: No menu navigation on Firefox & SafariYes, I’m mainly using Chrome for development. I’ve tried inspecting the element, and changing the CSS accordingly, but I haven’t had any luck so far…
Forum: Fixing WordPress
In reply to: No menu navigation on Firefox & SafariSorry, I meant above the header image… if you hit CTRL+A while on the page, you’ll see what I mean.
Forum: Fixing WordPress
In reply to: No menu navigation on Firefox & SafariThat worked! Thanks. The reason I had the negative margin in there was to reduce the amount of white space between the top of the page and the top of the header image; is there any way to do that again without using a negative margin?
Forum: Fixing WordPress
In reply to: No menu navigation on Firefox & SafariI just validated both the HTML and CSS. The only HTML error was this:
Line 225, Column 10: The hgroup element is obsolete. To mark up subheadings, consider either just putting the subheading into a p element after the h1-h6 element containing the main heading, or else putting the subheading directly within the h1-h6 element containing the main heading, but separated from the main heading by punctuation and/or within, for example, a span class=”subheading” element with differentiated styling. To group headings and subheadings, alternative titles, or taglines, consider using the header or div elements.
As for CSS, there are a few errors with “.menu-toggle”, each saying:
Value Error : background-image top is not a color value )
Forum: Fixing WordPress
In reply to: No menu navigation on Firefox & SafariWhen I switch back to the parent, it shows up… the styling is a bit off, but it does appear.
Forum: Themes and Templates
In reply to: Removing space from top and bottom of pageAlright, I think I’ve got it figured out. Thanks for the help.
Forum: Themes and Templates
In reply to: Removing space from top and bottom of pageSweet! Got it. What about removing the extra footer at the bottom?
Forum: Themes and Templates
In reply to: Removing space from top and bottom of pageUnfortunately I’ve already made a lot of changes to the theme… but I do have the Custom CSS Manager plugin. How would I use this plugin to remove the spaces?
Forum: Fixing WordPress
In reply to: Remove title from home page onlyThanks! That got the job done.
I might be able to utilize this plugin on other parts of my site… how does it work? Does it override the theme’s default CSS?