• I used Genesis Simple Hooks to install an ad banner above my header. The banner is working, but it is not centered.

    I’m pretty new to WP and a little shaky when it comes to the css…

    could someone walk me through how to center the banner?

    thanks!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • In your Genesis code, insert the margin style like

    <img src="blablabla" style="margin: 0 auto;" />

    it usually works, but would depend on the parent container. Post the complete hook code here.

    Thread Starter binreallife

    (@binreallife)

    okay…is my “Genesis code” the css style code that I access in “apperance/editor”?

    or do you mean to insert the margin style into the “hook code” ?

    Thanks for helping!

    Or you can link your site, I think it can be managed solely by CSS.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Center Banner Above Header? Used Genesis Simple Hooks to install.’ is closed to new replies.