Viewing 2 replies - 1 through 2 (of 2 total)
  • In your themes stylesheet, on line 1468, you should see this code:

    .slider-wrap {
        margin-bottom: -2px;
        position: relative;
        z-index: 1;
    }

    Remove the margin-bottom: -2px; from there and you should be good.

    NOTE: Unless you know how to make the modification from a child theme, your adjustment will be overwritten anytime you update your theme.

    Thread Starter curtisplumstone

    (@curtisplumstone)

    Josh,

    Thanks very much I changed figure from -2 to 0 and it has worked.

    Much appreciated

    John.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Line under slider image’ is closed to new replies.