Re-sizing and re-positioning a Slider on the Front Page

Support Area Forums Forward Re-sizing and re-positioning a Slider on the Front Page

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://cattcomemorial.com
  • Author
    Posts
  • #27253
    Avatar photoJohn Scarano
    Participant

    Hi, Bill –

    I need to increase the size of the new slider I created. I don’t see a way to do that in the dash board. Also, can they be repositioned on the page?

    #27255
    Bill Robbins
    Moderator

    John,

    Let’s give this a try:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      #home-widgets .widget_metaslider_widget {
      	width: 100%;
      }
      
      .home .flexslider.shadow {
      	display: none;
      }
      
    3. Update your settings.

    If that goes well, that should make the new slider widget full width for you. It’ll also hide the original slider’s remains so it’s not taking up space.

    See how that goes for you. If you have something else in mind, let me know.

    Bill

    #27260
    Avatar photoJohn Scarano
    Participant

    Worked like a charm! Thanks, again.

    #27261
    Bill Robbins
    Moderator

    Anytime John…enjoy your weekend.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Re-sizing and re-positioning a Slider on the Front Page’ is closed to new replies.