@LitCommerce No I have not solve it. When access the website from my ipad the log is shrunked and the menu (new in , etc) not aligned to the announcement bar/ or the menu (new in , etc) is not centred. Everything in the header except the announcement bar seems to move to the left when the website is accessed via ipad. I have deleted all cookies on my ipad and also tried viewing the website from a different ipad and still the header is moved to the left and the logo shrunked.
Hi @ALY02SA ,
Go to Assets > base.css and paste this at the bottom of the file:
@media (max-width: 1024px) {
summary.list-menu__item {
padding: 0 !important;
padding-right: 1.7rem !important;
}
}
Hope it helps!
@LitCommerce thank you very much for sending the code. It didn’t work. I have checked and checked again but is just not working. Thanks
Hi @ALY02SA ,
Can you re-add the code, I will help you test it


