Hi, How to replace image with a video on feature intro style 10 like here:
Thanks in advance
cytropics Hi I noticed you already added the video in this block. http://prntscr.com/o2qgqq Do you still need help on this topic?
Ninja Yes, I want it to look like this. Please help!
http://prntscr.com/o2qhv1
cytropics Hi in this case you use a custom html module and publish two Div block in the module. One is for text and other is for the video iframe code. Example :
<div class="col-lg-6"> Add text in this div </div> <div class="col-lg-6"> Add video code </div>
Ninja
Thanks. How to get the space between the top module and this module? http://prntscr.com/o2qksg
Hi Kindly publish the module first and share the URL i can not see any custom html module you added for this.
I need to check it on your site to suggest changes.
Ninja Module is published. See here:
Now everything is green, it is taking the features-intro module below it.
cytropics Hi Use this code in custom.css
#section-599 {margin-bottom:60px; margin-top:100px; ;background:#fff;min-height:300px;}
Ninja Thank you.