Site logo

[Resolved] Border Touching the Header Logo

Home Forums Support [Resolved] Border Touching the Header Logo

Home Forums Support Border Touching the Header Logo

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2542634
    Paul

    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

    #2542944
    David
    Staff
    Customer Support

    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 ?

    #2542963
    Paul

    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

    #2542996
    David
    Staff
    Customer Support

    Try this CSS:

    @media(min-width: 769px) {
        .site-logo {
           position: absolute;
           top: 25%;
            left: 0;
        }
        .site-header {
            border-bottom: 1px solid;
        }
    }
    #2543017
    Paul

    Perfect!!!! Thank you so much!

    Paul

    #2543809
    David
    Staff
    Customer Support

    You’re welcome

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.