Forum Replies Created
-
AuthorPosts
-
DB4YParticipant
This didn’t work. It actually messed around with my entire layout. Widgets were removed, the layout was changed, certain data was set to default, etc. When I deactivated the plugin and restored the regular pro theme the issues remained. I ended up having to restore a database backup to get my site back prior to the changes. Did I do something wrong? Anyhow, I’ll change my header image size to the recommended or just use the site logo/title instead. Thank you anyway.
DB4YParticipantI have updated my css (unrelated to this issue) and posted the latest below.
Just to recap my issue… I want to move the header image to align with the first menu item without affecting the position of the search box. Using a margin-left attribute in #masthead moved the search box and the header still moves too much when the window is resized as well.
#site-identity {
margin-top:80px;
}
#masthead {
background-position:left;
}@media(max-width: 769px) {
.site-header {
min-height: 0px;
}#page #masthead {
padding-bottom: 0px;
}
}
@media only screen and (max-width: 479px) {
#page #masthead {
padding-top: 0px;
}
}DB4YParticipantPlease disregard this post. I no longer need help on this.
DB4YParticipantWorks great. Thank you!
DB4YParticipantIgnore my previous comment.
DB4YParticipantThe height of my logo is 180px. I added the specified CSS with a max-height of 200px but it did not change anything. The height is still cut off.
DB4YParticipantI understand that. But what if I don’t want to use an image that large? Is there a way to adjust the dimensions of the slider itself so I could use a smaller image?
-
AuthorPosts