Tagged: x
-
AuthorPosts
-
November 4, 2016 at 5:25 pm #1244408
chrisloldsParticipantThe 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!
November 4, 2016 at 5:25 pm #1244410
chrisloldsParticipantThis reply has been marked as private.November 5, 2016 at 1:37 am #1244754
FriechModeratorHi 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 stylefont-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!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1244408 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
