Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #128211
    Sheryl
    Participant

    Can someone explain why the <div> tag causes text between the tags to shrink in size? Using Adventurous Pro. Here is a link to an example.
    http://www.thebajaponyexpress.com/wp/2017/12/17/2767-121817/

    There are two locations in this post where the font shrinks.

    Thank you

    #128234
    tikaram
    Keymaster

    @bahar : The text between the div tags shrink because no css is defined for the content inside the div tags. Can you please explain what you would like to do with the text inside the div tags (make font bigger or smaller or something else). I will provide you additional css.

    Regards,
    Tikaram

    #128339
    Sheryl
    Participant

    I would like the text to be the same font size as the standard text.
    Thank you.

    #128340
    Sheryl
    Participant

    The standard text is Arial 16 pt.

    #128370
    Sheryl
    Participant

    I don’t know whether my reply was properly posted so forgive the duplicate. The font between the <div> tag should remain the default font we are using for paragraphs, Arial 16 pt.

    #128425
    tikaram
    Keymaster

    @bajaharry : Go to Appearance => Customize => Additional css and add the following css.

    #content article {
    	color: #000000;
    	font-family: 'Arial';
    	font-size: 16px;
    	font-style: normal;
    	font-weight: 400;
    	letter-spacing: 1px;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    #128434
    Sheryl
    Participant

    Thank you, it worked perfectly.

    #128468
    tikaram
    Keymaster

    @bajaharry : Glad to know that the issue has been resolved.

    Regards,
    Tikaram

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘tag causes font change’ is closed to new replies.