Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1002011

    Hello, I am adding 3 videos at the end of each post using short codes.

    As I have to do this for 500 posts, I am doing this.

    I paste the following:

    
    [av_one_third first]
    [av_video src='http://www.youtube.com/watch?v=XXXXXX' mobile_image='' attachment='' attachment_size='' format='16-9' width='16' height='9' conditional_play='' av_uid='']
    [/av_one_third]
    [av_one_third]
    [av_video src='http://www.youtube.com/watch?v=XXXXXX' mobile_image='' attachment='' attachment_size='' format='16-9' width='16' height='9' conditional_play='' av_uid='']
    [/av_one_third]
    [av_one_third]
    [av_video src='http://www.youtube.com/watch?v=XXXXXX' mobile_image='' attachment='' attachment_size='' format='16-9' width='16' height='9' conditional_play='' av_uid='']
    [/av_one_third]
    

    And then I paste the Youtube code for each of the videos replacing the XXXXXX.

    The result is that the videos are not aligned horizontally as expected.

    Why ?

    #1002140

    Hey peterolle,

    Thank you for using Enfold.

    You need to remove the spaces between the column shortcodes because they are creating a br tag.

    Here’s how the html looks right now:

    <div class="flex_column">/div>
    br
    <div class="flex_column">/div>
    br
    <div class="flex_column">/div>
    

    Best regards,
    Ismael

    #1002174

    Thank you, the close and open column in the same line fixed it.

    #1002315

    Hi peterolle,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.