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.
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.
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.