Hi there,
My header logo has an issue when the website is viewed from an ipad. The header logo is not in the right location not inline with menu. How can I fix this? My website is yogaintent.com
Thank you
Hi there,
My header logo has an issue when the website is viewed from an ipad. The header logo is not in the right location not inline with menu. How can I fix this? My website is yogaintent.com
Thank you
Hi Heike,
Thank you for reaching out to us. To fix the issue, just add the following code in the Theme Options > CSS:
@media screen and (min-width: 979px) and (max-width: 1100px) {
.x-brand.img {
max-width: 200px;
margin-top: 10px;
}
.x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
padding-left: 10px !important;
padding-right: 10px !important;
}
}
Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.