Okay
  Public Ticket #612639
too much space
Closed

Comments

  • andy started the conversation

    Hi thereHow can I reduce the space between the elements when using the visual composer - tried the various 'padding' etc in each element but with no change - see: http://sli-now.co.uk/

    Thanks Andy


  •  291
    Paul replied

    Hi Andy!

    Please try using this custom CSS to remove the bottom margin of the elements:

    #page-slider-wrapper,
    .vc_cta3-container {
         margin-bottom: 0;
    }
    
    

    In case you would like to use custom CSS for other elements, I would recommend Developer Tools on Chrome or Firebug on Firefox to inspect the elements on the page. Then you can know which CSS selector to adjust.

    Regards,
    Paul

  • andy replied

    Thanks for this much appreciated and also for the inspection of elements tip.

    Cheers

    Andy

  •  291
    Paul replied

    You\'re welcome Andy! Glad I could help!