Change height of Hero Section

Support Area Forums Grassroots Change height of Hero Section

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://
  • Author
    Posts
  • #32786
    Denis Kuhlmey
    Participant

    Hi Bill,

    can i Change the heights for the Hero sections?
    I want to expand the small Hero Setion by 100px.

    regards
    Denis

    #32788
    Bill Robbins
    Moderator

    Hi Denis,

    You can change the height there. Here’s what to do:

    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.small-height {
      	height: 300px;
      }
      
    3. Change the 300px to the height you’d like to have.
    4. Update your settings.

    That should do it.

    Take care,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change height of Hero Section’ is closed to new replies.