[Support request] Mobile Logo

Home Forums Support [Support request] Mobile Logo

Home Forums Support Mobile Logo

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #439010
    Jason Westbrook

    Hey guys I have some css added in to help the logo transparent and also sticky sized right. But now its affecting the mobile side. Is there an additional piece of css I can use to address just the mobile side? See link below!

    Thanks!

    https://cl.ly/3l1k2W0B2x3s

    #439071
    Leo
    Staff
    Customer Support

    Hi there,

    What about wrap whatever CSS you are using just for desktop only?
    https://docs.generatepress.com/article/responsive-display/

    #439105
    Jason Westbrook

    I can try….How do I do that?

    #439155
    Leo
    Staff
    Customer Support

    The article I linked above should work.

    #440912
    Jason Westbrook

    Sorry. Im lost Leo. Could you send me a css snippet that would work from which you are talking about?

    #440966
    Leo
    Staff
    Customer Support

    Wrap the CSS you’ve mentioned in the original topic like this:

    @media (min-width:769px) {
        /* Your CSS HERE */
    }

    It would make it so it only applies to desktop.

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