• Resolved The Daleks

    (@tunghoy)


    Is there a way of inserting multiple widgets and having them appear across a row instead of down a column? I have 960 px of horizontal space available and want 3 widgets in the row. But even when I set the player widths to 300 px each, they appear down a column, as though something is forcing a break.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author stefanoai

    (@stefanoai)

    Hi, your theme is responsive?
    Can you post the url of your website?
    Thank you

    Thread Starter The Daleks

    (@tunghoy)

    Thanks for your quick response. And yes, it’s a responsive site built on Genesis. URL is:
    https://new.flisser.com/

    Plugin Author stefanoai

    (@stefanoai)

    You can trick your theme adding
    ” footer-widgets-1 ”
    on class of your section container of widget
    now the class are “widget widget_youtube_responsive ”

    <section id=”youtube_responsive-4″ class=”widget widget_youtube_responsive footer-widgets-1″>….</section>

    Thread Starter The Daleks

    (@tunghoy)

    One other thing: when I upload a preview image, even if the image is 300 px wide and I specify a max 300 px width for the video, the preview expands to fill the entire 900 px space.

    Thread Starter The Daleks

    (@tunghoy)

    And thanks for the CSS info, but I don’t want to edit the page source code manually. If I do, the edits will disappear the next time I update the page.

    Plugin Author stefanoai

    (@stefanoai)

    Ok, you use some type of framework to add widget and section on your page?

    Thread Starter The Daleks

    (@tunghoy)

    Yes, this is a StudioPress theme inside the Genesys framework. I’m using the Widgets screen in WordPress to place the widgets. If I do it manually, the edits will disappear.

    I found the definition of footer-widgets-1 (specifies padding and width) and pasted those in the theme’s main styles.css in a new definition:

    section .widget_youtube_responsive {
    	padding: 0 2.8%;
    	width: 33.3333333333%;
    }

    ….as a way of applying that padding and width whenever footer-widgets-1 is inside the section selector. But that didn’t work. ??

    Plugin Author stefanoai

    (@stefanoai)

    You must apply the style to section and not to widget inside to the section

    Thread Starter The Daleks

    (@tunghoy)

    Thanks for your help, but I think the only way this will work is if the option to add that class is built into the plugin’s UI. Maybe you can consider that for a future update.

    Plugin Author stefanoai

    (@stefanoai)

    It’s no correct way.
    The style to be applyed to the container, if your theme don’t support that
    maybe you must edit the theme or change that.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Multiple videos side-by-side?’ is closed to new replies.