[Support request] Logo position in tablet modus

Home Forums Support [Support request] Logo position in tablet modus

Home Forums Support Logo position in tablet modus

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #370265
    Marcel

    The logo is displaying wrong in tablets with 800×1280 view.

    https://drive.google.com/open?id=0B3BpXNTWJw9tTGFDUy0xaU9GSlk

    This is css what i found regarding the logo:

    .site-logo {
    display: inline-block;
    position: absolute;
    left: 265px;
    }


    @media
    (max-width: 768px) {

    .site-logo {

    max-width: 100%;

    float: right;

    }

    }


    @media
    (min-width: 769px) {

    .site-logo {

    display: inline-block;

    position: absolute;

    left: 200px;

    }

    Marcel

    #370434
    Leo
    Staff
    Customer Support

    Hi Marcel,

    That’s weird. Did you add some CSS for the logo?

    Can you provide a link to your site?

    Thanks!

    #370544
    Marcel

    The css regarding the logo I added in my post already. The website is hattrickmanagement.com

    #370561
    Leo
    Staff
    Customer Support

    Things will overlap if you use position: absolute;

    I think this is what you want: https://docs.generatepress.com/article/putting-site-title-next-logo/

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