if I want to put two videos side by side so together they will stretch from side to side (just like one full width video in the background of color section, only two – side by side), can it be done?
Hey Doron,
I am not 100% sure if thats what you mean but what you can do is to place 2 video elements within a “grid element” that has 2 cells. Just make sure that the cells got no padding and the videos should both use exactly 50% of the available width :)
Best regards,
Kriesi
Hello Kriesi! wow.. thanks for the fast response
I tried your suggestion but it doesn’t seem to work
here (in the private content) are links to screenshot of the the layout in the backend and the front
as you can see the two videos are tight without blank space between them
but from the left side of the left video and the right side of the right video there’s huge white space – they are not full screen width from side to side
how can i stretch so there wont be any white gap from their sides?
here it is (in the private content)
Hey!
Can you please refer to this post – http://kriesi.at/documentation/enfold/color-section-with-100-container/ and add two 1/2 column elements inside your color section and then add following code to Quick CSS in Enfold theme options under General Styling tab (as an addition to the code posted in the link i posted above)
#fwcs .av_one_half { width: 50% !important; margin: 0 !important; }
Cheers!
Yigit
works perfectly!
thank you very much!
Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Cheers!
Yigit