• Resolved Ed

    (@islandmedia1)


    Is there a way to use custom CSS code to center the page title and underline? And can the same be done for blog posts?

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Styled Themes

    (@gejay)

    Hi There,

    Please use the following css to fix your issue;

    h1.entry-title {
        text-align: center;
    }
    .type-page .entry-title::after {
        margin-left: 340px;
    }

    NOTE: Please use the child theme style.css or custom css plugin to write the css.

    Thanks

    Thread Starter Ed

    (@islandmedia1)

    That worked for the title, but not the underline?

    Here’s the site I’m working on: https://54a.3a2.myftpupload.com/

    Any ideas on the underline would be greatly appreciated.

    Thank you!

    Theme Author Styled Themes

    (@gejay)

    Hi There,

    Please try following css to fix your issue but if this is not helpful to you then please send us screenshots of your issue;

    .site-tagline:before {
         width: 100%;
    }

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Center Page Title, Blog title, and underline’ is closed to new replies.