How do you get rid of the gap between slider and text?

  • Author
    Posts
  • #33253
    Hannah

    Got a bit of a gap between the slider and the text that I’d like to close a bit if possible. Is there an area in the stylesheet that I can edit for that to happen?

    #33307
    Norman

    Try adding the css below to the custom css in Nirvana Settings >>> Miscellaneous Settings. You can change the padding values as you wish. They default to 75px.

    body #pp-texttop, body #pp-textmiddle,
    body #pp-textbottom, body #front-columns-box {
    padding-top: 2px; padding-bottom: 2px;
    }

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

The topic ‘How do you get rid of the gap between slider and text?’ is closed to new replies.