Forum Replies Created
-
AuthorPosts
-
Resolved. It was a margin issue.
Remove the following line from your css:
img {
max-width: 98%;
}Target this css and change the float: right to float: left.
/***** Header Right Navigation ********************/#header ul.nav, #header ul.menu {
width: auto;
float: right;
list-style: none;
color: #FFFFFF;
margin: 0;
padding: 25px 0 0 0;
clear: both;
}It’s a custom child theme converting from thesis to genesis. Is the code above pulling the featured image or an image from inside the post? It’s the featured image we’re looking for here.
Thanks!
Thank you thank you! How is it possible none of my Google searches found this plugin?
Solved my problem.
I’m going to jump in here and say I also can’t stand the new style sheet – it feels disorganized. As you guys have already noted, change is the nature of things, and I’m slowly but surely getting used to it, but it definitely takes me longer. I also feel it’s getting more bogged down with things I have to go strip off – like transitions on hyperlinks. I think that falls into the category of “just because you can doesn’t mean you should.”
All that being said, I still love Genesis, and the community support is second to none, which makes it worth learning to deal with the changes.
Thank you so very much. I thought I had found all of those!
Oi – I should have found that. Thank you thank you!
Sorry – I reread your post – what I suggested won’t give you 100% width. In which case I think Bill is right and you have to move your slider in the functions file.
Can you just add a background image to #content-sidebar-wrap?
Selena
-
AuthorPosts