This topic has 4 replies, 2 voices, and was last updated 9 years, 6 months ago ago by Eva Kemp
Hello,
I have read through the theme comments on the shop page. Someone asks how to centre their logo in the header. The reply was through css and that it is in the forum. I have looked through the forum and have not been able to find it.
I was wondering if it might be possible if you could please provide me with the css. code so I can centre my logo in the header
Sincere Regards,
Hello,
Please try to use this code in custom.css file:
.logo img {
margin-left: 90%;
}
To create custom.css you need rename default.custom.css to custom.css in wp-content/themes/blanco directory via FTP and enable it in Blanco – Theme Settings, tick “Enable Custom CSS file”.
Regards,
Eva Kemp.
thank you Eva 🙂
It works on my desktop, However it has moved over in the mobile view and is no longer above the rest of the website info. Can you provide me with the necessary step to have it over the content for a mobile?
Sincere Regards,
Hello,
Please add this code in custom.css file:
@media (max-width: 480px) {.logo img {
margin-left: 0;
}}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up