Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author PickPlugins

    (@pickplugins)

    Thanks for your post

    These are padding & margin issue

    please add following CSS to your site header

    .testimonial-container {
      margin: 0 !important;
      padding: 0 !important;
    }

    please let me know for more help

    Thread Starter virtualcreations

    (@virtualcreations)

    I am not a developer. Can you please specify EXACTLY where to add this?
    Thank you!!!

    Plugin Author PickPlugins

    (@pickplugins)

    Hi,

    Please copy following CSS and paste on your style css file at bottom.

    .testimonial-container {
      margin: 0 !important;
      padding: 0 !important;
    }

    Please see the screenshot

    View post on imgur.com

    Thread Starter virtualcreations

    (@virtualcreations)

    Thank you, I have added the code. There’s still a little more space above each testimonial’s title. The other sidebar items do not have as much space under the title and line. Is there a way to fix this?

    See right sidebar toward bottom of page.
    http://thelifeweaver.com/

    Plugin Author PickPlugins

    (@pickplugins)

    Also please add following CSS

    .testimonial-flat .testimonial-item {
      margin: 0 10px !important;
    }

    Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Extra SPACING above and below slider’ is closed to new replies.