Site logo

[Resolved] Center page description

Home Forums Support [Resolved] Center page description

Home Forums Support Center page description

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1237033
    rune@wecoplay.com

    Hello

    I use this code to center the page headline. How do i do the same for the description?

    h1.page-title {
        text-align: center;
    	font-weight: bold;
    	text-transform: uppercase;
    }

    Regards
    Rune

    #1237117
    David
    Staff
    Customer Support

    Hi there,

    try this:

    .taxonomy-description {
        text-align: center;
        /* optional add some space below description */
        margin-bottom: 2em;
    }
    #1237120
    rune@wecoplay.com

    Thank you, work perfect.

    #1237184
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.