• ansh04

    (@ansh04)


    I recently changed the logo picture for my website and also updated the pixel size in below code (in Custom CSS) and after these changes, the logo has stopped appearing in mobile view (it looks perfectly fine in desktop view; haven’t checked tablet-view yet).

    #logo img {display:inline;max-width:220px;}

    I have tried putting the previous logo-picture back, but that’s of no use. I am not able to recall the pixel value that was there earlier; have tried using few values, but nothing seems to be working.

    Please help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • jjchrisdiehl

    (@jjchrisdiehl)

    Hi, could you please provide a link to your page so I can take a look at the code? It is possible the logo is loading but is outside of the viewport.

    Regards,
    Chris

    Thread Starter ansh04

    (@ansh04)

    Here is the link:
    Sanskritsamvad.com

    Thread Starter ansh04

    (@ansh04)

    Would appreciate any help or pointers on this!

    Sona

    (@support-web-dorado)

    @ans04,

    You have
    #header-top{ display:none;}
    added to custom css. Please remove it. Thanks.

    Thread Starter ansh04

    (@ansh04)

    Sona,
    Thanks for your solution; it started showing on mobile after I removed that line of code.
    However, I had added that line of code with specific purpose (as suggested by one of your colleagues) – to get rid of blank area which was appearing on top of the page.

    Is there any way that I can achieve both of these requirements?
    1. Logo looks perfect on all devices (desktop, tablet, mobile).
    2. No blank area/whitespace on top of the page

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Logo not showing up in mobile view’ is closed to new replies.