• ok, I cannot get one line of text to align center, it’s driving me mad:
    http://www.gold-club.biz
    the line ‘Powered by WishList Member – Membership Site Software’ near the bottom is not controlled by a style, and the page align center doesn’t move it.
    how can i align that text center?
    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Eyal

    (@riotdezigner)

    did you fix the problem? when i go to your webpage it looks fine and centered. anyway, it should be controlled either by style or ID tag in the styleshit. if not, you can put that line inside a DIV tag and give it a class name. then go to the styleshit and create a div with the same name and give it the Properties you want. for example:

    .nameofDiv {
    text-align: center;
    }

    Thread Starter clearskydesign

    (@clearskydesign)

    if you make the browser window smaller, then that line moves to the left underneath the image menu.
    please could you explain how i put that line inside a div tag? i thought i couldn’t edit the actual page, only the stylesheet.
    thanks.

    Eyal

    (@riotdezigner)

    ok, now i see the problem. first time i was looking at the footer which is centered but now i know you are talking about that other line.
    it is hard to say where the problem is cause I am not sure where this line is located ( header , footer ect…). Now, I am not sure how you are editing your stylesheet but if you are doing it from the control panel of your website you should be able to see all the other pages of your site and you should be able to edit them same way.

    try this:

    • 1.login into the control panel of your website
    • 2.In the menu in the left side go to “Appearance”
    • 3.Under “Appearance” go to “Editor”
    • 4.There you can see all the pages of your website and you can edit them
    • 5.look for that line in you pages. look in the header or the footer first then try the other pages.
    • 6.once you find that line look at the DIV class or ID name.
    • 7.once you find the name go to the stylesheet, find it and edit it
    • 8.if it doesn’t have any DIV name just add one for example: <DIV class”classname”>that line that you are fixing</div> and then add this div style to the style sheet.

    let me know if it works

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

The topic ‘Text will not align centre!’ is closed to new replies.