• Resolved mpchapman25

    (@mpchapman25)


    I have been trying to center the text in my footer for two days and nothing is working. I may pull my hair out.. I am so frustrated!! Can anyone give me any guidance? I need to know what code to put in and where it needs to go. I just started working with CSS..

    Also, tell me what I need to post for you to see. I am currently using Weaver 2.2.6.

    Here is the link to the site. It’s currently a development site while another version of the site is up and running.

    https://dev.kyweathercenter.com/

    Please help!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Heya,

    Ok, here are a couple of changes to the CSS that will give you what you want (I am assuming that you want the Copyright text center-aligned)

    In the stylesheet “style-weaver.css (wp-content/uploads/weaver-subthemes/style-weaver.css) on line 24 you will find

    #site-info {
       width:460px;
    }

    Change the width to 940px

    Then, in the style.css, on line 1567 you will find

    #ttw_ftdl {
        text-align: left;
    }

    Change the text-align to center

    Now when you refresh your page, your footer text should be appearing in the center.

    I hope that was what you were trying to do.

    Thanks

    Simon

    Thread Starter mpchapman25

    (@mpchapman25)

    It works!!! Thank you so much, you have taken one burden off my shoulders with this site.. I only have a few more bugs to work through and I’ll be good.

    I appreciate your help!! (:

    GerryBean

    (@gerrybean)

    Hi,
    I too am working with weaver 2.2.6
    I’d like to have a footer go across the entire webpage (vs 1-4 options.)
    I went to wp-content/uploads/weaver-subthemes/style-weaver.css looking to change the width. I couldn’t find the site-info code you referenced.
    I’m sure I’m missing something painfully obvious…
    any help?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Centering Footer Text’ is closed to new replies.