Header logo on desktop diferent position than mobile
-
Hello, dont know much of coding but little buy little building my clothing web store. So far I could find all the support online till now ??
What I wanted to do is put my logo at the centre of header. One option is to use header layouts, but my shopping cart then goes down under a logo , which I dont like. So other option was to move logo manually, type something like this:
.site-logo-link > img, .custom-logo-link img {
margin-left: 275px;
}
and its great, but only on desktop version, on mobile logo somewhere out of reach. And I think this option not that great that there is different monitors and probably logo is not staying right on the centre.So my question is can I move logo only on mobile? Or maybe there is other option how could I make logo be on the center?
Thanks. (:
The page I need help with: [log in to see the link]
- The topic ‘Header logo on desktop diferent position than mobile’ is closed to new replies.