Slider Resizing?

  • Posted in : Responsy WP
  • grantg24
    Participant

    I was wondering if there was any way to make the slider smaller? Thanks for all the support that you provide!

    Mehmet S.
    Keymaster

    Which slider?

    grantg24
    Participant

    the full slider that comes with version 3.5. I want to keep the full page slider, but have it be a little smaller so it doesn’t take up so much of the page on a desktop.

    Mehmet S.
    Keymaster

    You can switch to small slider. ( Theme Settings > Home > Slider > Slider Type )

    grantg24
    Participant

    Ok, I suppose I could use the small slider, but is there a way that I can center it? Thanks.

    Mehmet S.
    Keymaster

    Found a solution for the Big slider to make it a bit narrow.

    – Paste to Theme Settings > Style > Custom CSS:

    .template-name-homepage-with-slider .flexslider
    {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    }
    

    Note: Change 80 value to 70 or 60 if you want.

    grantg24
    Participant

    Thanks, Mehmet. We all appreciate your help!

Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘Responsy WP’ is closed to new topics and replies.