Forum Replies Created
-
AuthorPosts
-
Hillary
ParticipantHello!
I see the CSS in your post, but how do you hide that from showing up when using the widgets for the homepage? Thanks so much! How would I hide it so that there's not a lot of space between it and the excerpt text? If I change the bar to white there's a lot of space between the metadata and the excerpt text.
Hillary
ParticipantOops. Nevermind. I found out. It needed to be changed here:
.site-header .widget-area {
float: right;
padding-top: 14px;
text-align: right;
width: 740px;
}From 740 to 300. 300 may not be correct, but at least I know where to find it. 🙂
Hillary
ParticipantHi! This was extremely helpful. I did it and resized my header logo, but now, if I add a widget to the header right widget area, it goes below the logo. I changed this:
.site-header .widget-area {
width: 600px;
}to:
.site-header .widget-area {
width: 300px;
}But it didn't seem to make a difference. The widget made the header higher. The header logo was set to 500x120. How can I keep the right widget to not push below the logo?
Hillary
ParticipantI have this same question, as well. Is there a way to create another child theme with the new css?
-
AuthorPosts