Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter [email protected]

    (@robinhelmangmailcom)

    I forgot to mention that I am using the Constructor theme.

    Near line 36 of your style.css, find this:

    body.page .hentry .title a {
        text-align: center;
    }

    and change text-align to “left”.

    Thread Starter [email protected]

    (@robinhelmangmailcom)

    I don’t have that big of code in my style.css and nothing even close around line 36 or anywhere.

    <link rel='stylesheet' id='constructor-theme-css' href='https://irvingtonfarmersmarket.net/wordpress/wp-content/uploads/constructor/themes/current/style.css?ver=3.1.2' type='text/css' media='all' />

    Thread Starter [email protected]

    (@robinhelmangmailcom)

    Sorry, but I am still sort of new to this, what do I do with this code?

    Oh, and on my previous post, I meant to say that “bit” of code

    Theme Author antonshevchuk

    (@antonshevchuk)

    Hi,
    You can write next code on CSS tab (customize page):

    .hentry .title a {
        text-align: center !important;
    }
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Constructor theme page titles flush left’ is closed to new replies.