This topic has 16 replies, 3 voices, and was last updated 10 years, 6 months ago ago by Eva Kemp
Hello,
I have just discovered this support forum, I wrote a question in themeforest/blancotheme/comments but I think that this forum is the better place to do that.
I am triying to center the logo in the header but I cannot. I know that I have to include some code lines in the custom.css file but I do not know what I have to write.
I have not installed the last version of the theme because I did changes in the php files before realizing that child themes and custom.css files exits. Now I am planning to install WPML to include in the site the english version, it is recomended to install the updates?
If so, is there any way to save the changes I have done in php files?
regards
Hello,
You can copy the php files in which you did changes into Child theme directory and then can upgrade safely. Here you can read all about Child theme creation: http://codex.wordpress.org/Child_Themes.
Please provide us with link to your site.
Regards,
Jack Richardson
Hi Jack,
this is the url http://www.byneskapolita.com
To center the logo it is also necesary to update?
Hello,
To center logo you just need to add this code into your custom.css:
#links, #top-cart {
width: 200px;
}
.logo {
margin-left: 35%;
}
Here is the tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&list=PLMqMSqDgPNmD4uhGI1IBhr1iaEy81TMff&feature=share&index=1.
Regards,
Jack Richardson
Thank you Jack!
It works perfect in the PC. But if I visit the webpage using a mobile device do not
Hello,
Please try to add into your custom.css the following code as well:
@media only screen and (max-width: 959px) {
.logo {
margin-left: 32%;
}
#links, #top-cart {
width: 150px;
}
}
Regards,
Jack Richardson
Thank you Jack!
But with that code does not work either
Hello,
Could you please provide us with screenshot of your problem?
Regards,
Jack Richardson
This is what you see in a mobile
this is the link to the image
Hello,
Please provide us with admin panel credentials in Private Content.
Regards,
Eva Kemp.
Hi jack!
What do you need? the username and password to enter in the WP dashboard?
Here you are
Hello,
Please try to add instead this code:
@media only screen and (max-width: 959px) {
.logo {
margin-left: 2%;
}
#links, #top-cart {
width: 100px;
}
}
}
If it still doesn’t work please provide us with FTP and wp-admin credentials.
Regards,
Jack Richardson
Fantastic!!
Now it works perfect!
Please could yo delete the private post I wrote?
Many thanks!!
Hello,
You’re welcome.
The Private Content has been removed.
Regards,
Eva Kemp.
The issue related to '‘How to center the logo in the header of Blanco theme (WP)’' has been successfully resolved, and the topic is now closed for further responses