Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1225867
    komskise
    Participant

    Hi team,

    I followed this article with no success. ( https://community.theme.co/forums/topic/how-to-use-cornerstones-responsive-text-feature-properly/) It seems i can get the paragraph text to align properly on Integrity 1, however, i cannot get the featured headline to stack correctly. It is pushed to the right.

    I added .resp-p in class for the headline and then went over to settings to ensure it was spelt correctly. Any advice?
    dadacreative.net , newest versions.

    #1226253
    Friech
    Moderator

    Hi There,

    Thanks for writing in! Its weird that there is a padding-left: 1.5em; applied on your Headline, that pushing it to the right. You can address that by adding this on your Custom CSS on Customizer.

    .h-feature-headline span {
        padding-left: 0;
    }

    When you’re applying the class as a class of the element, do not prepend it with a period ( . )
    You only prepend it with a period when you’re declaring it on your Custom CSS or a Selector of your Responsive Text settings.

    Hope it helps, Cheers!

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