Archived topic
Border Touching the Header Logo
5 replies · Started by Paul on February 22, 2023
Would it be possible to get a border to touch the logo on the header?
Kind of like this example:
https://i.imgur.com/cM9rufk.png
Here is my website:
https://givepraiserecords.com/
Ps I also want to say that you all have the best theme and BEST customer support! I know I ask a lot of questions on here and I know I can be kind of annoying, but I like to learn and this theme and resource is amazing. Do you have any banners or links I can put on my site for the theme?
Thank you so much!
Paul
Hi there,
thanks for the kind words , and please feel free to ask many questions :)
Brand Assets can be found here: https://generatepress.com/brand-assets/
On your site, i do not see a logo ?
Oops, sorry! I deleted the logo! Sorry! It's back there now:
https://givepraiserecords.com/
Grabbing a Generatepress logo right now! Thank you so much!
Paul
Try this CSS:
@media(min-width: 769px) {
.site-logo {
position: absolute;
top: 25%;
left: 0;
}
.site-header {
border-bottom: 1px solid;
}
}
Perfect!!!! Thank you so much!
Paul
You're welcome