Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1244408
    chrislolds
    Participant

    The ul font size is a different size than the normal text before it.

    The font size is 16px and 27px line height and the ul directly after it is 14px font size and 24px line height size.

    How can I make the ul font size the same?

    I apologize for asking here if this is a wordpress issue and not an x theme issue!

    #1244410
    chrislolds
    Participant
    This reply has been marked as private.
    #1244754
    Friech
    Moderator

    Hi There,

    Thank you for writing in! You have an inline style font-size: medium; on the paragraph that is why it is larger than normal. Either remove that or add an inline style font-size: medium; to the <ul> tag as well to have them the same font-size.

    e.g.

    <ul style="font-size: medium;">
    <li>that not only scales in capacity but also in performance.</li>
    <li>that extends the life of your existing storage.</li>
    <li>that allows you to recover as fast as possible in the event things fail</li>
    <li>that keeps your business running in the event of a disaster.</li>
    </ul>

    Hope it helps, Cheers!

  • <script> jQuery(function($){ $("#no-reply-1244408 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>