Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #464695

    Is there an easy way to customize vertical whitespace between selective elements on the homepage without affecting the other elements?

    I was trying to use the separator/whitespace element, but can’t get that to work.

    To be specific, I’d like 20px spacing before and after the the Layerslider.

    [] Header
    [] Layerslider
    [] Daily Quotes

    The daily quote area uses the “Color Section” element with a “Widget Area” within it.

    Any ideas? Thanks

    #465299

    Hi Jagrav!

    The separator/white space element should work, but you can try this CSS instead if you’re having problems:

    #layer_slider_1 {
      padding-top: 20px !important;
      padding-bottom: 20px !important;
    }

    Please adjust the values to your liking.

    Cheers!
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.