Okay
  Public Ticket #2295338
blank bar
Closed

Comments

  • emorton started the conversation

    Hi there, 

    I've added the following mail chimp script at the bottom of he home page: 

    <script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/unique-methods/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script><script type="text/javascript">window.dojoRequire(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us4.list-manage.com","uuid":"3c20e885cd1f084a9c3c03f08","lid":"ede2650c97","uniqueMethods":true}) })</script>


    It's made a blank white bar below the video. How can I make this invisable?

  •  3,022
    Andrew replied

    Hi there,

    Use the following custom css:

    .container-wrap {
        padding-bottom: 0 !important;
    }
    

    Hope this helps.

  •  8,992
    Tahir replied

    Hey Again,

    Try adding the Code to the First Row instead of creating a new Row for it. 

    Best 


    ThemeNectar Support Team