Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #64952
    Dan D
    Member

    Hi.

    I’m trying to work out how to float my site logo on the top left of the screen and have it over the top of the featured slider and the menu bar, with the menu bar and slider all the way at the top of the screen.

    Thanks in advance, Dan.

    #64976
    Sakin
    Keymaster

    @dan-d: Please post in your site URL then I can check in.

    #65040
    Dan D
    Member

    Here you go buddy

    http://reecoil.com/

    Thanks

    #65046
    Sakin
    Keymaster

    @dan-d: I check in your site and it’s already in left above you menu. I guess you want to reduce the spaces.

    First, add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    #site-branding, .logo-right #site-header { padding: 0; }

    Then if you futher want to reduce the space, then you can change the padding in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    #masthead .wrapper { padding-right: 20px; padding-left: 20px; }
    #masthead { padding-top: 20px; padding-bottom: 20px; }
    #65131
    Dan D
    Member

    That wasn’t quite it.

    I was actually wanting the logo in front of the slider, sort of like this:

    #site-branding, .logo-right #site-header {
    position: absolute;
    left: 110px;
    top: 100px;
    z-index: 9999;
    }

    But this actually looks rubbish for other reasons….

    #65171
    Sakin
    Keymaster

    @dan-d: ok you found css that you like

    #65879
    Dan D
    Member

    Hi @sakin

    Sorry for being a pain.

    Am I able to use a different size logo on mobile browsers? Or can the responsive design resize the logo smaller for mobile browsers?

    Thanks, Dan

    #65907
    Sakin
    Keymaster

    @dan-d: If you logo is larger then the device screen then responsive will make it fit to 100%. But if your logo is small then it won’t change it.

    #65967
    Dan D
    Member

    Thanks for the reply @sakin.

    The size of the logo is fine on laptop and tablet browsers (I don’t want it smaller on them) but too big on mobile.

    #65971
    Sakin
    Keymaster

    @dan-d: You can change the maximum width in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (max-width: 767px) {
        #site-logo img { max-width: 110px; }
    }
    #65988
    Dan D
    Member

    Awesome @sakin! You da, Man!! 😀

    #65999
    Sakin
    Keymaster

    @dan-d: If like my support and Catch Responsive theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-responsive?rate=5#postform

    #66032
    Dan D
    Member

    Review and rating given dude!! 🙂

    #66034
    Sakin
    Keymaster

    @dan-d: Thanks a lot. You made my day 🙂

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Float Site Logo’ is closed to new replies.