Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #361809

    Hello,
    I was wondering if you could adding overlapping vertical Logo, that will overlap slider?
    I have attached example….
    Overlapping Vertical Logo Example

    You help is much appreciated,
    John

    #362180

    Hey killman68!

    Try adding this to your custom CSS.

    .logo, .logo a { overflow: visible !important; }
    .logo img {
        height: 400px;
        max-height: 400px !important;
        width: 200px;
    }

    And then play around with the values to change the size of your logo.

    Regards,
    Elliott

    #362284

    Hi, thanks for quick response… I tried code and it did not work, seems that it does not want to overlap bottom of header..

    Thanks,
    JOhn

    #362948

    Hey!

    Send us a link and we’ll take a look. You can set your reply as private if you wish.

    Cheers!
    Elliott

    #363083
    This reply has been marked as private.
    #363602
    This reply has been marked as private.
    #364171

    Hey!

    You had a typo. Should be working now.

    Best regards,
    Elliott

    #364225

    Hey,
    Thanks for response. I just check and logo is still not overlapping slider…
    You can view here http://207.58.149.176/

    Thanks

    #364462

    Hi!

    Add this on Quick CSS:

    strong.logo, strong.logo a {
    overflow: visible;
    }

    Best regards,
    Ismael

    #367565

    Thank you very much, this worked!!! Is there a way to make a separate rule when viewing in mobile viewing mode? The logo is doing something that makes the logo look squashed…

    You can view here http://207.58.149.176/ and view in mobile view…

    Thanks so much,
    John

    #367869

    Hi!

    you can control the logo’s width using this:

    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img {
    width: 80px;
    }}
    

    Adjust 80 as needed.

    Regards,
    Andy

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