www.webtrendsevents.com - when you show the website in a mobile view (shrink the browser page) the Engage logo is off centre. please provide a code to ensure that the logo is centered on Mobile (not affecting ipad which looks good)
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: @media only screen and (max-width: 480px){ .header_wrapper .logo img { margin-left: -39px; } } Adjust its value as per your requirements.