• Resolved sanman89

    (@sanman89)


    Hi,
    I used your child theme (newsberg). The appearance of these themes is very good in desktop mode. But when opened from the phone, it seems that the site logo size is too big (height). Is there an option to resize the header image? Or is there an option to get rid of it?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter sanman89

    (@sanman89)

    my site : tionghoa.info
    U can see the logo on the top seems to height (on mobile phone). What the height can reduce by half?

    Hi,

    Thanks for contacting us,

    Can you please indicate a screenshot image of which issue you face, we will check and then assist you better.

    Thread Starter sanman89

    (@sanman89)

    ss : https://ibb.co/wMt5ZYV
    Can i reduce the height to 50%?

    Theme Author themeansar

    (@themeansar)

    Hi,

    For this add the below CSS code in the additional CSS filed

    @media screen and (max-width: 540px) {
    .mg-nav-widget-area-back .inner {
        padding: 50px !important;
    }
    }

    Any confusion let’s know.

    Hi,

    For this add the below CSS code in the additional CSS filed

    @media screen and (max-width: 540px) {
    .mg-nav-widget-area-back .inner {
        padding: 50px !important;
    }
    }

    Any confusion let’s know.

    Thanks

    Thread Starter sanman89

    (@sanman89)

    wow!
    Thanks for help me!
    It works, my header logo now looks smaller.

    Thread Starter sanman89

    (@sanman89)

    Hi sr,
    Sorry I forgot to ask. How to remove the left and right side gaps on the mobile phone display, so that the screen display becomes full display (no left a gap).

    Screenshoot : https://ibb.co/nzcHq1n

    Thread Starter sanman89

    (@sanman89)

    Sr, what i need to open new ticket for this?

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