Font size for menu and post titles

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #460
    Anonymous
    Guest

    I changed the font size of menu to 50px using this code in the “extended settings” box.

    .menu ul a,
    .menu ul a:visited {
    display: block;
    font-size: 50px;
    line-height: 33px;
    padding: 20px;
    position: center;

    I think it has effected my post titles. I made a post
    http://theshinefiles.com/wordpress/make-a-fun-pretend-post-with-elijah/

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

    Does anyone know where to change the spacing between line 1 and line 2?

    #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!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.