badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Center title in corporate setting

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #85214
    nschowdhury
    Participant

    Hello is it possible to center the text “welcome to dr. myers’ anthropology lab” as seen on the homepage of the site below?
    I was able to center page titles but am unsure where to add the code (or what to change the code to) to change this (if possible) on free.
    https://people.smu.edu/nmyers/

    Thanks!!

    #85215
    nschowdhury
    Participant

    Forgot to add what I used to center the page titles.

    .page .entry-header {
      text-align: center;
    }
    #85351

    Hi there,

    For to center the the text “welcome to dr. myers’ anthropology lab” please add below custom CSS code in custom css option.

    .home #content .entry-title {
    	text-align: center;
    }

    Thank you!

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