Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1293784
    ourphn
    Participant

    Hi,

    I have two issues I would appreciate help with.

    1. When you drag the screen in my feature headlines overlap the text boxes in the columns next to them.

    2. I downloaded renew 10 as the theme to use as the basis for my site. Is there a way I can change the animations that are prescribed to the feature headlines. I would like all feature headlines on the home page to appear from the left, like the ‘Speak to a nurse’ one does.

    Thanks in advance

    http://www.rightplacerighttime.com.au/

    Wordpress version: 4.7
    X version: 4.6.4
    Cornerstone: 1.3.3

    #1293831
    Rupok
    Member

    Hi there,

    Thanks for writing in!

    #1. It’s simply because there is not enough space for the feature headline. If you want to break the word then you can add this under Custom > CSS in the Customizer.

    .h-feature-headline {
      word-break: break-all;
    }

    Or you can decrease the font-size for smaller screens by this CSS :

    @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .h-feature-headline {
      font-size: 32px;
    }
    }

    #2. You can change this. Let’s select the column and change the fade direction – http://prntscr.com/djmbrw

    Cheers!

    #1297454
    ourphn
    Participant

    Thank you, that has fixed it

    #1297654
    Rue Nel
    Moderator

    You’re welcome!
    Thanks for letting us know that it has worked for you.

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