• Resolved annah405

    (@annah405)


    Hello,
    I would like to eliminate some of the white space below the slider (and above the portfolio).

    Thank you,
    Anna

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • hannah

    (@hannahritner)

    Hey,
    This will remove some margin from your flexslider:

    .home .flexslider {
        margin: 0;
    }

    And if you want to remove more space you can also use this:

    .sliderclass {
        padding: 0;
    }

    Just paste those into your custom css box in Theme Options > Advanced Settings.
    Hope it helps!

    Hannah

    Thread Starter annah405

    (@annah405)

    Thank you, Hannah! Looks just the way I wanted!
    Anna

    hannah

    (@hannahritner)

    Glad to hear it!

    Hannah

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove white space below slider’ is closed to new replies.