• I am using the Mantra theme 1.9.9.2.

    I am new to this so bear with me. Under the “Presentation Page” there is an option at the bottom that says Extras and “Extra Text”. I am using the 2 bottom boxes for more text but cannot get the text to center on the page. I have tried using HTML code to center it but it isn’t working.

    Any suggestions?

    The site is https://www.mermaids-closet.com

    Thank you for any help you can give.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Sorry but I don’t understand what you want to center? Can you be more specific to the exact page and part of the page (i.e. what it the title or text (first line is fine))?

    Thread Starter pcbguy

    (@pcbguy)

    Sorry. It is the text boxes at the bottom. It says:

    “We are your source for anything you might find in a Mermaid’s Closet. If you are interested in something you don’t see, or a different color of something you do, email us and let us know.”

    and

    “Also, check out our other fascinating sites. Haunted Panama City and Blessings Weddings”

    I am probably missing a simple checkbox but I can’t seem to find it.

    You can do that by adding this CSS code:
    `
    #frontpage blockquote {
    text-align: center;
    }

    Thread Starter pcbguy

    (@pcbguy)

    Thank you!!

    I just put that at the bottom of the CSS?

    Yes, although it’s highly recommended that you use a Child Theme or custom CSS option or plug-in for changes to any theme. Otherwise all your changes will be overwritten when the theme is updated — and you really don’t want to go there :)!

    Or just use Mantra’s own “Custom CSS” field to write in simple custom CSS without over-complicating things with child themes.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Center text’ is closed to new replies.