New Landing › How can we help? › Atelier › Header logo mobile
Hi there,
Just noticed today that my logo is cutter in the bottom only on the main page.
What can be wrong ?
Hi, Please always provide website url to check the issue. Thanks Mohammad
The logo is 72px high, but you’ve set max height to 35, should be 36
– Kyle
Thanks Kyle,
Can you tell me where to set the 36px?
In Theme Options > Logo Options
I changed the setting for more ( and less ) but it didn’t change. The weird thing is that the logo is cutted only on the main page on mobile
Please add this:
#mobile-logo.has-img a { line-height: 36px; }
Another mobile “issue”, on a product page, the whole text is not in center. Can you check it ?
David, the code that you gave me is working … thanks
Please open a new thread for new questions you have.
What text are you looking to center?
No, on mobile version. Check this one, the first part, until reviews is on the right:
http://www.cufflinkster.com/product/luxurious-men-set-blue-silver/
Add this:
@media only screen and (max-width: 479px) { .woocommerce div.product div.summary { padding-left: 70px; } }
Sorry, it doesn’t solve the issue.
Hi, Please use this custom css code:-
@media only screen and (max-width: 479px) { .woocommerce div.product div.summary { padding-left: 0px !important; } }
Thanks Mohammad
Perfect, Thanks Mohammad!
You must be logged in and have valid license to reply to this topic.