rosiesyarncellar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Drop down menu disappearingThanks Esmi- I am not sure what that means but I’ll continue playing around and see what I can do.
Forum: Fixing WordPress
In reply to: Drop down menu disappearingSorry to be so clueless, is that one of the #access ul lines? It’s hard to identify with firebug since I can’t actually select the menu because it keeps disappearing.
Forum: Fixing WordPress
In reply to: Drop down menu disappearingI have firebug although I am not sure what code to add or look for.
Here is the link to the site… https://www.test.rosiesyarncellar.com/blog/
I’d like to remove the sidebar from this page.Forum: Fixing WordPress
In reply to: Is it possible to center widgets within the sidebar?Thanks! I take it this requires more than copying
.centered_widgets {
margin-left: auto;
margin-right: auto;
}into my child theme. What other step am I missing?
Forum: Fixing WordPress
In reply to: Is it possible to center widgets within the sidebar?Thanks Peter- I am not sure I know how to do that.
I am also looking to even out the space between the lines between the widgets. It’s looking a little off right now.
Any further help would be appreciated.Forum: Fixing WordPress
In reply to: Is it possible to center widgets within the sidebar?Thanks Peter- I did mark it resolved. Thanks.
I figured this was a CSS issue, I just don’t know exactly what CSS to adjust and since I want to adjust the entire widget not just the header, I didn’t know if text-align would work.Perfect! Thanks so much! Someone else mentioned that I have duplicate #access a lines but I don’t see it (I’m editing the child theme in wordpress). I did edit the em amount and it worked though! Thanks!
Forum: Fixing WordPress
In reply to: Help! Lost my navigation bar!!Thanks so much! I was doing something to delete the search bar in the header. How would I go about doing that now? I can’t seem to hide it without also hiding the navigation.
Forum: Fixing WordPress
In reply to: Help! Lost my navigation bar!!Peter can you copy and paste the offending code… I am still kind of new to this. Thanks so much!
Forum: Fixing WordPress
In reply to: Cannot for the life of me center my navigation menu in twentyelevenOk, one last thing, I promise! Is there anyway to make the navigation bar narrower/shorter?
Then I will leave you alone!
Forum: Fixing WordPress
In reply to: Cannot for the life of me center my navigation menu in twentyelevenThat’s great ChristiNi! You are so helpful!
Any chance you can help me with the content font? It’s currently set to Helvetica and I’d like to change it but it seems no matter where I make the change in the CSS it doesn’t take.Sara
Forum: Fixing WordPress
In reply to: Cannot for the life of me center my navigation menu in twentyelevenI GOT IT! Yahoo! Thanks again, SO MUCH for your time and patience. I think I am going to have someone code the vertical centering part. I think that’s way beyond my skill level.
Thanks so much!
Forum: Fixing WordPress
In reply to: Cannot for the life of me center my navigation menu in twentyelevenOh my gosh I am such a pain… are #access ul and #access ul ul the same thing? In going though my child theme, I only see one entry for #access ul.
SO many thank yous!
And I’ll take a look at the link you forwarded. Thanks!
SaraForum: Fixing WordPress
In reply to: Cannot for the life of me center my navigation menu in twentyelevenChristiNi
Thanks so much! Here’s what I can see…
For centering the navigation, the CSS in my child theme does have display: inline-block; here it is:
}
#access ul {
font-size: 13px;
list-style: none;
margin: 0 0 0 0;
padding-left: 0;
display:inline-block;
}and I know I shouldn’t change the original code but when I tried it it still didn’t change.
As for the centering of the logo, I didn’t explain myself well… I wanted to center it vertically rather than horizontally. Is there a way to do that?
Honestly, thank you so much for your help!