Centering Text in Presentation Page Columns?

  • Author
    Posts
  • #3784
    Sara

    Is it possible to center the column titles and text in presentation page columns rather than it being lefthand aligned?

    #3825
    Grady

    Hey,

    Paste this into the custom CSS or child theme.

    This should do the trick
    #front-columns {
    text-align:center;
    }

    If it does not work…

    Fixes the main title
    #front-columns > div {
    text-align:center;
    }

    Fixes the actual text
    .column-text {
    text-align: center;
    }

    Hope this helps,

    Grady

    #3826
    Sara

    Phooey.  Doesn’t work for me.

    I must be placing it incorrectly.

    I am at Mantra Options –> Miscellaneous Settings –> Custom CSS…

    …and I copied and pasted each — refreshed.  Still the same.

    Sorry that I am not very good with CSS, but is there a special place that you put it?

    #3827
    Sara

    Never mind!!  I got it to work.

    Either WP Firewall 2 or Better WP Security was not allowing me to make the changes.

    Yay!  Thank you!!!

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Centering Text in Presentation Page Columns?’ is closed to new replies.