• Resolved Trish

    (@trible)


    How do I remove the rather large gap under the slider title and the text?

    Have tried changing line-height and margin-bottom under .slide-title using a Child theme style sheet, but am still unable to remove the large gap, allowing the “body” text below the title to come up closer to title.

    Can ANYONE help please?

Viewing 1 replies (of 1 total)
  • Thread Starter Trish

    (@trible)

    After 3 days without help …and much frustration trying different things, I did an internet search and come up with this resolve…

    On my Child Theme css here is what I did:
    “.slide-title {
    //margin-bottom: 10px;
    margin-bottom: 0px;
    }
    .slide-copy {
    bottom: 10px;
    //bottom: 30px;
    }”

    Moving EVERYTHING down to where it SHOULD be so when adjusting the browser to different sizes, the title was no longer half hidden.

    Hopefully others will be able to gain from this resolve.

Viewing 1 replies (of 1 total)
  • The topic ‘Slider title’ is closed to new replies.