Support » Themes and Templates » Theme: Match] Can't center header image

Viewing 8 replies - 1 through 8 (of 8 total)
  • inspecting element:
    <img src=”http://www.endopals.com/blog/wp-content/uploads/2014/05/cropped-embrace-you-1700px1.jpg&#8221; class=”img-responsive” alt=””>

    you don’t have align center in the code!

    Thread Starter Hcogdill

    (@hcogdill)

    Thank you! Can you tell me what to add and where?

    go to appearance/ theme options/ header, from the WP dashboard navigation,

    you should have options to do several things,

    since I don’t have your theme installed on a site in driving blind here.
    also look at
    appearance/editor, and look at the right side of screen, for the header php section.

    in this php code just examine it to become familiar with the layout of your header in the site.

    Question.
    Are you using a child theme, or just a main theme?

    because you will want to avoid making changes to the main theme php code here , But if you have a child theme activated you can make these changes in this area to not affect the main theme. This is so that when the theme updates you will lose any changes made to this code when the theme is updated.

    you are looking for the header align statement for this item to function correctly.

    Thread Starter Hcogdill

    (@hcogdill)

    I believe I’m only using a main theme…no child theme?

    this should be corrected to avoid future issues affecting your site.

    Thread Starter Hcogdill

    (@hcogdill)

    Working on that now. Once the child theme is installed, the header solution will be to add code in my header.php to align center. Is that correct? I’ll keep you posted on how it goes.

    the header solution will be to add code in my header.php to align center. Is that correct?

    You will probably be adding some additional CSS to your child theme’s stylesheet. Try using Firefox with the Firebug add-on for this kind of CSS troubleshooting. Or use whatever developer tool is available in your web browser.

    Correct good luck, wordpress is fun after you learn all the rules…
    and then you might learn how to even <break> the rules for a special implementation….

    Also in you theme menu features be sure to look for any place that allows your preference to be established. With out the them installed here I can only advise as above.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Theme: Match] Can't center header image’ is closed to new replies.