Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1251053
    David D
    Participant

    Hello,

    I am having a bit of trouble. I’m sure there is an answer out there, but I am pretty novice. On the page that I am designing I have some text that flows to another line that is highlighted, the only problem it doesn’t pad the text that falls to the other line.

    On my site http://www.eqsummit.org

    If you scroll down and click on the accordion item under the speaker “Barbara Arrowsmith Young” you will see that the titles of her talk which are “hightlighted” have this multi-line padding issues where the text at the beginning of the second line doesn’t receive any padding.

    Can this be fixed?

    Thanks for any help you can give.

    #1251166
    Rupok
    Member

    Hi there,

    Instead of using highlight, you can jsut use paragraph tag and add the class text-highlight

    Then add this under Custom > CSS in the Customizer.

    .text-highlight {
      background-color: #55636f;
      color: #fff;
      line-height: 1.3;
      padding: 5px 8px;
    }

    Hope this helps.

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