Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Display logo on mobile phone

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #263144
    verenabecker
    Participant

    Hi,
    the name of the blog is: https://livinlightly.de/

    On a mobile phone the site logo is not shown at all.

    I read that my theme will automatically resize the logo image for mobile. But it doesn´t matter what size i choose, on a mobile phone it doesn´t appear at all.

    Could you please help me with the css code to solve the problem?
    Thank you!

    #263145
    Paulie_D
    Member

    There’s a media query which hides it and shows a text span instead

    @media only screen and (max-width: 767px)
    style.css?ver=1.4.5:1108
    .sticky-logo-custom .logo-location-header {
        display: none;
    }
    
    #263146
    verenabecker
    Participant

    Ok thank you.
    Sorry for the question: But how can i easily override this code with css?

    #263147
    Paulie_D
    Member

    Just delete or comment out the offending line which is on line 1136 of your stylesheet.

    Not sure you’ll get the effect you are looking for though since the logo with be really small on mobile.

    #263148
    verenabecker
    Participant

    Ok thanks – you have an idea how to solve this? Is there a possibility to enlarge the size for mobile or would you recommend to use the text instead?
    Thank you!

    #263199
    mikelothar
    Participant

    When will your site be up again? Looks like it’s in maintenance mode right now (Wartungsmodus?).

    #263200
    verenabecker
    Participant

    Thank you for your message! I thought that nobody would answer anymore…
    now you could reach the site! Thank you!! :)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘CSS’ is closed to new topics and replies.