Move Site Logo to align with text in desktop view only
-
Hi! I’m looking to align the custom logo image on our website with the text on the homepage in the desktop view only — basically to add the same padding that appears in the margins for desktop only. Is there a bit of CSS code that would do this? I’ve tried a number of things on the forums, and nothing has made the logo budge.
Thankss!The blog I need help with is: (visible only to logged in users)
-
Hi, layout changes like this can get pretty complex with various media queries and what not, so they fall outside the scope of the CSS support we offer here.
Generally speaking, though, if you’re willing to tinker with it, you could manage applying your CSS to desktop only by sandwiching it in something like this::
@media only screen and (min-width: 1280px) { /* add CSS here */ /*end your CSS before this bracket */ }We recommend UpWork.com if you need to hire someone for this. Cheers!
-
- The topic ‘Move Site Logo to align with text in desktop view only’ is closed to new replies.