• Resolved gary4u

    (@gary4u)


    Hi,

    This is Regarding title posting for the Blog.

    When I enter the title for the subject my title appears like this

    eg: ARBITATION AND CONCILIATION — there are lot of spaces in between words.

    Can any one suggest me how to check this.

    THanks
    Gary

    • This topic was modified 7 years, 8 months ago by gary4u.
Viewing 11 replies - 1 through 11 (of 11 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Please provide a link to a page on your site where we can see this. Thanks.

    lisa

    (@contentiskey)

    Without a link to the webpage, it’s hard to know for sure.
    Based on your question I think it is related to the CSS styling for your theme.
    Check letter-spacing + text-transform for entry-title or something similar.
    You will likely need to use your browser inspect tools and make some changes to your child theme.
    You could also contact the theme developer support team for guidance.

    Thread Starter gary4u

    (@gary4u)

    Hi,

    I have changed the entry-title – size smaller in CSS ,

    .entry-title {
    font-family: Montserrat, “Helvetica Neue”, sans-serif;
    font-size: 16px; – this was 28px
    font-weight: 200; – this was 600
    font-size: 1.75rem; – this I did not change
    line-height: 1.25; – this I did not change
    margin-bottom: 1em; – this I did not change

    but still it appears the same. Please advise.

    • This reply was modified 7 years, 8 months ago by gary4u.
    • This reply was modified 7 years, 8 months ago by gary4u.
    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    The text alignment is currently “justify”.

    h1.entry-title {
        text-align: left;
    }

    To add CSS: use the “Additional CSS” option in the customizer. https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress

    Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.

    Thread Starter gary4u

    (@gary4u)

    Steven –Thank you very much. It worked , can you please let me know how to reduce the font size.

    Thread Starter gary4u

    (@gary4u)

    Steven I got it. I have changed the fonts size also.

    Thank you once again.

    Gary

    Thread Starter gary4u

    (@gary4u)

    Steven one more issue please.

    In the ARCHIVES area it appears the same . With lots of spacing.

    When you click ARCHIVES all the ARCHIVES show and here it appears the same spaces.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    See https://i.imgur.com/qqySkgf.png

    Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.

    Thread Starter gary4u

    (@gary4u)

    Ok thanks , will surely go thru.

    Thread Starter gary4u

    (@gary4u)

    Steven

    If you can help me with just one more issue.

    I just want to make the posting entry justify and not all , can you please direct me to the section where I can change it.

    Thanks

    Gary

    Thread Starter gary4u

    (@gary4u)

    Hi,

    Thanks for the help. God bless.

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Regarding title posting for the Blog’ is closed to new replies.