Hi,
Mobile logo position is slightly off centered. I have provided links to screenshots in box below. The following css is being used to position the mobile logo:
@media only screen and (max-width: 767px){
.responsive .logo a, .responsive .logo img {
max-height: 60px !important;
margin-top: 9px;
display: block;
margin: 0 auto;
}
}
@media only screen and (max-width: 767px) {
.responsive #top .cart_dropdown {
right: 3.5%;
}
}
—-
Logo size is 243 x 68. If logo needs to be resized to a specific dimension in order to center appropriately, please advise and we can adjust.
Thanks!
Hi mvpacific,
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi,
Link has been provided below.
Thanks!
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) {
.responsive #top .logo {
width: 100%;
}}
Best regards,
Yigit
Hi,
Works. Thanks!