iselaespana
Forum Replies Created
-
Forum: Themes and Templates
In reply to: twenty eleven – post page #primary background not repeating.yes It’s activated. I’m not sure why it was not showing up.
Question if its markup errors, why is it not causing this to happen in the home page and only in the post pages?
I have been looking over the errors. And most of them are part of the theme and nothing that I have created. Could it be something else? When I use the firebug and remove this :
#page {
background: none repeat scroll 0 0 transparent;it fixes it…. but then my header does not show a transparent background, is there a way to call just the header out for a transparent background?
Forum: Themes and Templates
In reply to: twenty eleven – post page #primary background not repeating.I do have a child theme but for some reason its not reading changes on it.
Yes just did. It seems if I switch to Twenty Eleven it works. But twenty ten It does not.
Hi Esmi,
I tried it all and nothing worked… it seems even if I click where there is text content it links to my home or reloads the page. I currently have all plugins on hold and deactivated.
Forum: Plugins
In reply to: contact form or search input wont take entry… it links to home page.So as soon as I put my cursor into the input field it go’s to my home page
Forum: Themes and Templates
In reply to: widget titles bunching up …..I had added this also and it was working
.widget_search {
margin-top: 3px;
}now its not working
Forum: Themes and Templates
In reply to: widget titles bunching up …..nope didn’t work either. Maybe I can just target the wider area and place a no float??
Forum: Themes and Templates
In reply to: widget titles bunching up …..maybe I should just rename my divs- I wonder if it’s conflicting with my other css?
Forum: Themes and Templates
In reply to: widget titles bunching up …..nope nothing.
Forum: Themes and Templates
In reply to: widget titles bunching up …..#cnav li lines up the social media buttons horizontal
Forum: Themes and Templates
In reply to: widget titles bunching up …..1373 sorry.
Forum: Themes and Templates
In reply to: widget titles bunching up …..the bottom.
Forum: Themes and Templates
In reply to: widget titles bunching up …..It didn’t seem to work!
Forum: Themes and Templates
In reply to: widget titles bunching up …..Thanks Andrew for all your help!!
Forum: Themes and Templates
In reply to: widget titles bunching up …..ok yes it is…. but that also removes the bar I made on top of my header. how can I target just the items in my bar to float?
I had it like this:
.customnav {
background: #6189b5;
width: 960px;
height: 38px;
float: left;}
#cnav li {
float: left;
list-style-type: none;
}