Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #498098

    Hi there! I would like to decrease the vertical white space between a special heading and a content slider. Is this possible? I have tried reducing the padding at the bottom of the special heading, which is not enough. I also looked at the code with firebug to see where I might do this and could not find what looked like the right code to modify. A link to the page is in the private content. Thanks for thinking about this!

    V.

    #498454

    Hi Valerie!

    Add this to your custom CSS.

    .avia-content-slider-element-container {
      margin-top: 0px !important;
    }

    Cheers!
    Elliott

    #504232

    Thanks, Elliott! Of course, it was perfect! :-)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Content Slider’ is closed to new replies.