This topic has 12 replies, 3 voices, and was last updated 9 years, 1 months ago ago by Jack Richardson
How do I centre the logo in the main header? Also, can I move the search for products box to bottom right of the header?
Thanks
Mark
Hello,
Please provide us with link to the page.
Regards,
Robert Hall.
You can try to add the following code in custom.css
#header{
position:relative;
}
#search {
position: absolute;
bottom: 60px;
right: 0;
}
.logo {
text-align: center;
position: relative;
left: 50%;
margin-left: -185px;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Hi Robert,
Done this. It didn’t work. Have I done something wrong?
Thanks
Mark
Hello,
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall.
Please see details attached
Thanks
Mark
Hello,
We need wp-admin credentials also.
Did you enable Custom CSS file in Dashboard->Blanco->General?
Regards,
Robert Hall.
Please see attached.
Yes, I believe I enabled Custom CSS. Can you check, to make sure its all done right.
Thanks
Mark
Hello,
I’ve ticked “Enable Custom CSS file” in Blanco – Theme Settings > General, so now custom.css is active. Please check your site now.
Best regards,
Jack Richardson.
I just did; brilliant thank you.
Great support.
Regards
Mark
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Logo’' has been successfully resolved, and the topic is now closed for further responses