Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter marxveix

    (@marxveix)

    Hi agian,

    Videos are side by side in the Product Description Tab from Woocommerce as well, only in the Custom Tabs they are top and bottom. I hope we can fix it, Thank you.

    With gratitude and love,
    Marko Veide

    Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Hi @marxveix,

    For some reason the div that has the videos in it has a hardcoded style (inline CSS) of width: 0px. This is not allowing the videos to go next to each other.

    You could either remove the width: 0px or you could override it with a style like this:

    .utv-inner-wrapper {
        width: 100% !important;
    }

    Cheers,
    Kevin.

    Thread Starter marxveix

    (@marxveix)

    Hi Kevin,

    Thank you, this css works great.

    Best regards,
    MarxVeix

    Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Excellent! Enjoy the plugin! Let us know if anything else comes up.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Videos to show side by side’ is closed to new replies.