This topic has 2 replies, 2 voices, and was last updated 10 years, 1 months ago ago by Eva Kemp
Hi
I would like to ask you if it’s possible to have my logo centred on mobiles and also make the background display properly. I am using Blanco with woo commerce and some custom css provided by you to make the logo centred. The background was uploaded via Blanco tab and it looks like this: http://crownminky.com/wp-content/uploads/2014/08/tilelong.jpg
with repeat-y set up. When I view it on my phone it doesn’t look right, I attached some screenshots-first what you see when you go to the website and then when you scroll right you see the rest of the logo and the partial background. Everything from menu down is ok it’s only the non centred logo and the background on the right hand side that are weird.
I would really appreciate your help
Thank you
Hello,
Please add this code in custom.css file:
@media (max-width: 480px) {.logo {
margin-left: 0;
}}
Concerning the background on a mobile device, the reason is you don’t have any content except of the slider. That’s why so much space is shown.
Regards,
Eva Kemp.
The issue related to '‘mobile view center logo’' has been successfully resolved, and the topic is now closed for further responses