MCKinley Theme footer

  • Unknown's avatar

    Hi I am trying to center align the custom footer in my McKinley theme. I have the specific text centered but it’s appearing the the first widget footer position. DOes anyone know the code I should change to put my info in CSS? I have to have the first CrossFit image and would like my address and phone number there also, Ideally, I would like it to be all on one line centered. Any help is greatly appreciated!

    The blog I need help with is: (visible only to logged in users)

  • This CSS should center your entire footer widget:

    #text-5 {
        margin: 0 auto;
        width: 100%;
    }

    If you want the text to be all on one line, just remove all the extra paragraphs you added to the code in your text widget. Give it a go and just let me know if you still need any help.

  • The topic ‘MCKinley Theme footer’ is closed to new replies.