My client is telling me that the logo is not centered on the mobile. I tried the codes for css mentioned in previous support messages with no change in the logo position. Thanks, Sandra PS The website is fastfoodmanagercertification.com
Hi, Use the below given code to center the logo position. But before applying the changes you need to follow the steps mentioned in a snapshot given: 1. Do the changes as shown in image: 2. After doing changes apply the code: Go to the Appearance > Theme Options >Theme Options and put the given code: Code: @media only screen and (max-width: 480px){ .header_wrapper .logo img{ margin-left: -56px; } .home-content .page_info h1{ font-size: 24px; margin-top: 65px; margin-left: -15px; } } Regards, Sameer
I tried to follow your instructions but I do not see the same view as you show in the pic and I do not understand what is needed...... I have added some screenshots so you can see what I mean. Thanks, Sandra
Hi, It seems that you have not installed WP Editor WordPress Plugin. Kindly installed WP Editor and again try to follow the previously mentioned steps in image. Regards, Sameer