• Resolved rah256

    (@rah256)


    I’m trying to center the title and tagline but am having problems. The website was set up by someone else, and they used a widget to control the heading area. The client wanted to take out some of the text from the header and just leave the title and tagline, so I removed the text from the appearance-widget section. Once I did that, the title is floating left. I’m not sure what in the CSS file to change to fix this. The header widget area is set to 100% width, is there something I can add to this section to make any difference?

    http://ahahomepsychotherapy.com/

Viewing 1 replies (of 1 total)
  • Hey there,

    You could add in this CSS:

    #header .widget_text{
    	float: none;
    	margin: auto;
    }

    The float left was taking it to the left.

    Not sure if you’re wanting to change any widths but this will centre the text as is. 🙂

    Take care.

Viewing 1 replies (of 1 total)
  • The topic ‘[Theme: Genesis] Centering Header Widget’ is closed to new replies.