Link to site?
Did you do any CSS customisation?
Thread Starter
bondja
(@bondja)
Site is currently in maintenance mode. I have not done any CSS customization.
I’ll try to explain it better. I uploaded the logo in the dimensions that the theme wants. However, it looks like there is a <br> code after the logo to the “text banner” with the links. So, the logo is sitting on top of the text banner, if that makes sense.
Thread Starter
bondja
(@bondja)
Any advice or idea of where I should look within the code? Or could this be solved by custom CSS?
Difficult without seeing. I’m wondering if you have the WP autop problem with <br><p>?
Try adding this to your child theme functions.php:
//Remove <p> <br> tags
remove_filter( 'the_content', 'wpautop' );
remove_filter( 'the_excerpt', 'wpautop' );
Thread Starter
bondja
(@bondja)
Did not work. If I sent you a link to an image of the problem with that work? I could turn off “Coming Soon” mode if that is better.
Thread Starter
bondja
(@bondja)
stlmachineelite.com is the website. You’ll be able to see my issue now instead of my trying to describe it. Thanks once again!
Looks like you have a plugin corrupting the Theme. To prove it, do the following:
Deactivate all plugins
Test if OK
If OK, reactivate plugins one-by-one to find the culprit