Viewing 7 replies - 1 through 7 (of 7 total)
  • #logo {
    width: 387px !important;
    margin-bottom: 13px;
    }

    Pop this into the CSS with the exact width of your logo image.

    Thread Starter SAMWM

    (@samwm)

    Worked,

    but not margin 13, i make it 5

    Can you tell me how can put it in the center for mobile only, or how can I put it inline with menu, ’cause now logo is above from menu in the rright as in pc,

    Thank you very much for helping!

    #logo {
    margin-left: 10px;
    }

    Changing the Margin Pixels from the left could centre your logo. But this would be for all screens, not just the mobile

    No problems

    Thread Starter SAMWM

    (@samwm)

    I see that, that’s why i asked u, maybe u know how to do it for mobile?

    Thank you very much!

    width: 100%;
    height: auto;

    This is what makes an image responsive and therefore display correctly on every device. I’m not sure exactly if you can just target an area for mobile only.

    Thread Starter SAMWM

    (@samwm)

    now it’s ok in mobile, (size)

    but not inline near menu,

    Thank you very much my friend for helping!

    Thread Starter SAMWM

    (@samwm)

    I can’t get where is mobile area in css, i mean responsive, i mean header area

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Logo header size for MOBILE TABLET?’ is closed to new replies.