• I have the new version of the theme and wordpress.

    While looking at a preview of this theme, I like how the logo was to the left of the top banner which includes the links. However, when I installed my version of the theme it has the logo above the banner and it makes for it to be awkward. How would I go about putting the logo on the same “line” as the banner?

Viewing 8 replies - 1 through 8 (of 8 total)
  • 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.

    Try it!

    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

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Logo Issues’ is closed to new replies.