Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1258624
    piexec
    Participant

    On my homepage, can you tell me why my text block is so narrow, and the line height so high?

    #1258625
    piexec
    Participant
    This reply has been marked as private.
    #1258827
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    p {
        margin-bottom: 0.5em;
    }

    Thanks.

    #1258868
    piexec
    Participant

    But I shouldn’t have to. Why is the text block acting strangely?

    #1258874
    piexec
    Participant
    #1259014
    Rupok
    Member

    Hi there,

    It’s working as expected but you are not doing it correctly. Each paragraph has a default margin bottom value and you are using paragraph for each line. paragraph tag should be used for paragraph not for a single line when you have bunch of text. In that case you need to use the suggested code to reduce the margin.

    Hope this makes sense.

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