Logo size of Stay theme
-
Hi,
The Stay theme allows to use the hotel logo as part of the header. The recommended size is 300×100.
If I upload a logo with a different size, it is stretched/reduced to 300×100.
Is it possible to allow the actual logo size (which in my case should be small)?Thanks
PierreThe blog I need help with is: (visible only to logged in users)
-
-
-
What’s the size of the image you tried to use? Try it again please, so we can check things instead of making guesses.
-
108×100. I just tried again and it works. Not sure what went wrong the first time.
Thanks anyway -
-
You’re welcome.
Yes, since you have the Custom Design upgrade you can change the positioning. Paste this into the CSS editor:
#masthead hgroup { width: 100%; } #masthead a img { float: left; margin-right: 16px; } .site-title { display: inline-block; margin-top: 20px; } .site-description { display: table-cell; }If you wish, you can change the margin-right and margin-top values to adjust the horizontal and vertical positioning of the title and tagline.
Note: this requires a couple of additions to work on narrower mobile devices. I’m not quite familiar with how to do this, so I’ll ask thesacredpath to drop by and help.
-
- The topic ‘Logo size of Stay theme’ is closed to new replies.