Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #845143

    I wanted the blog titles to display centred in the blog grid view. So I entered the code below:

    }
    .page-id-3377 .entry-title {
    font-size: 15px !important;
    text-align: center
    }

    This worked but the main title of the page (appearing in the title container header) also moved into the centre.

    See http://wisdomtrove.com/wisdom-centres/ for the page in question.

    How can I move the main title back to the left?

    Thanks for your help with this.

    #846007

    I haven’t heard anything back. Hoping you can help?

    #846096

    Hi,

    Please try this instead:

    .page-id-3377 .title_container .main-title entry-title {
      text-align: center;
    }

    Best regards,
    Rikard

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