Home › Forums › Support › Mobile Logo This topic has 5 replies, 2 voices, and was last updated 6 years, 9 months ago by Leo. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts November 30, 2017 at 11:46 am #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 November 30, 2017 at 1:17 pm #439071 LeoStaff Customer Support Hi there, What about wrap whatever CSS you are using just for desktop only? https://docs.generatepress.com/article/responsive-display/ November 30, 2017 at 2:07 pm #439105 Jason Westbrook I can try….How do I do that? November 30, 2017 at 3:40 pm #439155 LeoStaff Customer Support The article I linked above should work. December 3, 2017 at 6:45 pm #440912 Jason Westbrook Sorry. Im lost Leo. Could you send me a css snippet that would work from which you are talking about? December 3, 2017 at 10:02 pm #440966 LeoStaff 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. Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In