Re: Font size for menu and post titles

#1174
admin
Participant

Hi,

I have seen your CUSTOM CODE.

The post title is 2 lines so the first and second line of title overlap.

You may change line-height to adjust the post titles,

.entry-title {
font-size: 50px;
line-height: 50px;
margin-bottom: 8px;
text-transform: uppercase;
font-weight: 400;
border-bottom: solid 1px #2f2f2f;
padding-bottom: 10px;
word-wrap: break-word;
}[/CODE]

Enjoy![CODE].entry-title {
font-size: 50px;
line-height: 50px;
margin-bottom: 8px;
text-transform: uppercase;
font-weight: 400;
border-bottom: solid 1px #2f2f2f;
padding-bottom: 10px;
word-wrap: break-word;
}[/CODE]

Enjoy!