• Resolved enijhuis

    (@enijhuis)


    Hi,

    After updating wp and the Genesis FW the header image is aligned to the left all of a sudden. How do I get it back to the center?

    Site

    wp version: 4.2.2
    Genesis FW, Version: 2.1.2
    Nomadic Child ThemeVersie: 1.0

    See this picture
    The issue is solved when I add center to #header.
    However, because of the “inline:32“-reference I suspect the style is generated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    You need to try this in your Custom CSS:

    #header {
        background-position: center center !important;
    }

    Hope that helps you.
    Thank you.

    Thread Starter enijhuis

    (@enijhuis)

    Hi Sam,

    Again: see the picture
    Section “inline:32” is generated by Genesis and also points at #header just as my custom css (at line 156), overruling it.
    To solve this I inserted the following in the Genesis child theme style.css:

    #wrap #header {
      background-position: center !important;
    }

    Cheers,
    Emiel

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

The topic ‘Center Header image Genesis Framework’ is closed to new replies.