home page slide

Support Area Forums Moonrise home page slide

Viewing 5 posts - 1 through 5 (of 5 total)
URL to the page in question:
  • Author
    Posts
  • #13004
    Aaron Tullman
    Participant

    Hi Bill! Sorry for another question- is there anyway to format a half image/half content slide on the homepage to make the text below the image? My fist sction on the home page is a video, and I want to put text below so people will continue to scroll.

    http://digedu.wpengine.com/

    Thanks again!

    #13005
    Bill Robbins
    Moderator

    Aaron,

    Good question. You can do that. Here’s how:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      ul.slides .half-video {
      	float: none;
      	width: 100%;
      }
      
      .slider-content {
      	margin-top: 40px;
      	float: none;
      	width: 100%;
      }
      
    3. Update your settings.

    If you have any questions or trouble, let me know,
    Bill

    #13007
    Aaron Tullman
    Participant

    Awesome! Thank you!

    #13008
    Bill Robbins
    Moderator

    No problem. Let me know if you have any other questions.

    #13010
    Aaron Tullman
    Participant

    One more-

    What can I plug in to adjust the margin at the bottom of the slide at section 1?

    Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘home page slide’ is closed to new replies.