LadyLonghorn2011
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Full width nav not workingI’ve never had trouble getting help here before. Sorry to have bothered you.
Forum: Themes and Templates
In reply to: Full width nav not workingThis is just a css question, not about genesis. I made the child theme on my own.
Forum: Themes and Templates
In reply to: Full width nav not workingI guess it would help to give you the url…
Forum: Themes and Templates
In reply to: Centering title-area and widget-areaI’m also trying to make the content-sidebar wrap relative too. Any ideas?
Forum: Themes and Templates
In reply to: Removing secondary nav moves content?Thank you! I hope to learn these things so that I won’t have to ask for help anymore!
Forum: Themes and Templates
In reply to: Uneven navigation with split header images?Thanks for the help, Paulwpxp!
I implemented the code that you gave me and it did perform how I wanted it to. Do you know if there is a way to extend the colors of the primary and secondary navs to the edges of the page, but keep the actual menus where they are?
Forum: Fixing WordPress
In reply to: How to a make my content smaller to compensate for wider sidebar?I’m sorry to be such a pain, but I just realized that the section is already labeled “content”. I just changed the content section to have a width of 500px, but still no change.
Forum: Fixing WordPress
In reply to: How to a make my content smaller to compensate for wider sidebar?No. It’s included as part of my theme.
Forum: Fixing WordPress
In reply to: How to a make my content smaller to compensate for wider sidebar?No. It shows in my css editor within wordpress, but not the file I sent. I don’t know what’s going on
Forum: Fixing WordPress
In reply to: How to a make my content smaller to compensate for wider sidebar?WHen it didn’t work, I took it back out. I just re-added it.
Forum: Fixing WordPress
In reply to: How to a make my content smaller to compensate for wider sidebar?That didn’t seem to work. Here is a link to my full CSS.
https://www.youngmomsdeals.com/wp-content/themes/Lodge_UmeEdit/style.css
Forum: Fixing WordPress
In reply to: How to a make my content smaller to compensate for wider sidebar?Yes, I am.
Forum: Fixing WordPress
In reply to: How to a make my content smaller to compensate for wider sidebar?I’m a bit of a css newbie, so I just want to make sure that I am in the right section of my code here. Where would I need to change that?
#content {
padding: 15px 15px 15px 15px;
color: #555555;
}pre { overflow: auto;
width: 470px;
}.post {
padding: 10px 10px 30px 10px;
margin-bottom: 15px;
background: url(images/post-line.png) left bottom repeat-x;
}.post p {
margin-bottom: 10px;
}