Home Forums Pro Themes Myself Pro Missing logo from desktop version

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #158939
    sian southgate
    Participant

    Hi there, I haven’t been able to see my logo on my site for a while.

    I have updated the site with the additional CSS –

    @media only screen and (max-width:767px){
    .custom-logo-link{
    max-width: 176px;
    }
    }

    But the logo is not showing on the desktop version of the site, it appears fine on the mobile version now.

    website is https://unconventionalrebel.com

    #158953
    Psink
    Keymaster

    hello Sian,

    I have visit the your site recently and I guess you have managed to solve the issue.

    Please let us know if you have any issue related to theme theme

    regards,

    #159476
    sian southgate
    Participant

    Ok thanks, it seems to be better now but slightly delayed as in the last thing to load on the page…

    Do you have anything to resolve the
    Issue of the header image overlapping the logo on other pages in mobile version?

    https://icedrive.net/dashboard/#/cloud

    #159477
    Psink
    Keymaster

    hello sian,

    Please try this CSS

    
    @media screen and (max-width: 1023px){
        .site-logo img{
            max-width: 60%;
        }
    }
    

    Hope it will works for you

    #159763
    sian southgate
    Participant

    Thanks for this, this helped a lot, but if i remove the introduction on the homepage the header logo is still cut into on the mobile version.

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