Move Hero Title and Hero Caption Down?

Support Area Forums Kerygma Move Hero Title and Hero Caption Down?

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question: http://
  • Author
    Posts
  • #33648
    Vanessa Ekno
    Participant

    Hi,

    Is it possible to move the Hero Title and Hero Caption down a few lines? To make it more centered on the page?

    Thank you,

    Vanessa

    Attachments:
    #33655
    Bill Robbins
    Moderator

    Hi Vanessa,

    The top padding for the hero title sets the vertical position of the content there. You’re welcome to adjust it by increasing/decreasing it to fit your needs. Here’s how:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      #hero-section.full-height .hero-title {
      	padding-top: 256px;
      }
      

      The default is 256px so to push the text further down, you can make it larger, like 300px. To move the text higher, you can make it smaller, say 230px.

    3. Update your settings.

    Hope that helps out,
    Bill

    #33711
    Vanessa Ekno
    Participant

    Thank you, Bill. It helped much!

    Gratefully,

    Vanessa

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Move Hero Title and Hero Caption Down?’ is closed to new replies.