How to center a shortcode in textarea 1 on the presentationpage

  • Author
    Posts
  • #30695
    Detlef

    I am inserting a News Ticker on the Presentation Page in Text Area 1 using a shortcode and want to center it, but all my tries so far are to no avail.

    Any help here?

    #30803
    Aaron

    Try this in the custom nirvana css (Appearance-> Nirvana Settings-> Miscellaneous Settings-> Custom CSS)

    #front-text3{/*this applies to everything in the first text area (except for title)*/
    margin-left: auto;
    margin-right: auto;
    width: 80%; /*Set less than 100 so I could tell if it was centered or not*/
    text-align:center; /*if you want the text aligned*/
    }

    #31008
    Detlef

    Thanks Aaron, it worked

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

The topic ‘How to center a shortcode in textarea 1 on the presentationpage’ is closed to new replies.