I’ve updated the theme and the logo looks great on a computer but it won’t resize to fit a tablet. It’s actually showing up too small. Please take a look at the site here: http://odez.com/serena/
The logo fills the height of the logo area better on a computer screen. It only fills up half the height of the logo area on the tablet.
Thank you,
Olivia
Hey Olivia!
Try adding this code to the Quick CSS:
.logo {
top: 25px;
}
Cheers!
Josue
Thanks for the quick reply. I’ve added the code to the Quick CSS but no change on the iPad test. The logo seems to adjust fine on iPhone but the iPad it shows very small in the header space.
Any other ideas?
Thanks,
Olivia
Hey Olivia!
Can you post a screenshot of your view on iPad?
Best regards,
Josue
Here’s a screen shot taken from the iPad: http://odez.com/imgs/IMG_0059.png
I should also mention the iPad has gone through all the latest iOS updates.
Thanks,
Olivia
Hey!
Thank you for the screenshot.
Please use this on Quick CSS or custom.css:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .logo img, .responsive .logo {
margin: 0;
height: 74px;
width: 634px !important;
}
}
Cheers!
Ismael
PERFECT!! it works like a charm. Thank you so very much. I really appreciate the quick replies too!
Olivia