Hi Pacs32,
I think I have the same problem you had, how did you fix it?
I’m working with the Child theme. I’ve deleted the tagline and navbar box, and what I want is to make the logo bigger and to have menu and logo centered, but I don’t find the propper code…
My website is: http://contrapicado.es/
I hope someone can help me… I’m getting crazy!!!
Did you try this snippet?
Thanks for answering, @rdellconsulting. Yes, I had already copied this snippet in my Child theme, but it looks as you can see: the menu seems to have a left margin, and logo is always the same size. Although I try to change values in the code, nothing seems to change… Is there any fixed value of this snippet I should change?
1. This bit of the snippet doesn’t appear to be working in your functions.php:
// SOCIAL ICONS //
// center the output of tc_social_in_header:
add_filter('tc_social_in_header', 'rdc_social_in_header');
function rdc_social_in_header($output) {
return preg_replace('|span5|', 'span12', $output);
}
Can you check you added it, and then the menu will center.
2. In Customiz’it>Logo & Favicon, it looks like you didn’t uncheck the box that is forcing the dimension to 250x100px.
@rdellconsulting, you are right in both solutions! Thank so much, and sorry if it was stupid, I’m a beginner. I had uncheck the social icons in header, so I thought that part of code wasn’t necessary. Now everything works!
Nothing stupid in your questions. Well done in fixing your problem.