This topic has 11 replies, 4 voices, and was last updated 8 years, 11 months ago ago by Eva Kemp
Hi there,
On the iPhone devices I have checked my sites log is off center, also off center are the quantity boxes on individual product pages on IPhone.
Hello,
Your wp-admin credentials aren’t correct. Please check them.
Regards,
Robert Hall.
Hi I’ve checked,
The below should work:
Hello,
Please add this code in custom.css file:
@media (max-width: 480px) {
.logo img {
margin-left: 25px;
}
.single-product-page .quantity-box label {
width: auto;
}
.single-product-page .product-info .quantity-box {
margin-left: 30%;
}}
Best regards,
Jack Richardson.
Thanks Jack, that worked perfectly,
Would you also be able to tell me how to reduce the white space on the top and bottom of my site logo on iphone.
Do i need to start another forum thread for this question?
Hello,
Please use this code in custom.css file:
@media (max-width: 480px) {
.header {
padding-bottom: 20px;
padding-top: 20px;
}}
Regards,
Eva Kemp.
Hi Eva this worked,
However, I chose to use padding of 10 top and button, however this has now unbalanced the cart icon and text in the left top bar menu.
I’ve left the code in place so you can check it on your phones.
Regards
Tope
I do not want to change the hight of the top bar, I want it to remain what it was previously to adding this custom CSS.
Hello,
Use the previous code to decrease padding value and also add this code in custom.css:
@media (max-width: 480px) {.header .shopping-cart-widget {
top: -40px !important;
}}
Regards,
Eva Kemp.
Thanks Eva, that worked perfectly !
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Off center logo on Iphone, Off Centre quantity box’' has been successfully resolved, and the topic is now closed for further responses