Slideshow placement on home page

Support Area Forums Elite Slideshow placement on home page

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://
  • Author
    Posts
  • #32045
    Karen Sykes
    Participant

    Hi Bill, I’m having trouble with the spacing between the nav bar and my slideshow. I suspect it’s the plugin rather than the Elite theme but could be Elite CSS overwriting the plugin? I’ve tried some coding to move down the container for the slide show, to no avail. Would it work to add a margin to the bottom of the nav bar? I believe it would be transparent so the grunge background should show through the margin, to match the space below the slide show?

    thanks

    #32046
    Karen Sykes
    Participant
    This reply has been marked as private.
    #32049
    Bill Robbins
    Moderator

    Hi Karen,

    What you’ll probably want to do is move the first widget area down. Typically the hero section would take care of that. Here’s how to make the move:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      #home-one {
      	margin-top: 100px;
      }
      
    3. Update your settings.

    See how that works now,
    Bill

    #32054
    Karen Sykes
    Participant

    That did it. You’re awesome!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Slideshow placement on home page’ is closed to new replies.