• Resolved thekhan

    (@thekhan)


    I want to alink videos so that on next line of videos they align to left
    not to center

    it looks awkward, more over how to disable the top header and footer of the plugin so that it only shows videos/ playlist and below that videos and readmore only no footer needed.

    https://wordpress.org/plugins/yourchannel/

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author plugin.builders

    (@pluginbuilders)

    Hi,

    To align videos paste this CSS snippet somewhere in you theme’s style.css file.

    .yrc-section {text-align:left !important;}

    Do you have recent version of the plugin (0.5), it includes checkboxes to hide/show banners. You should update it. It can be achieved by the following CSS snippet in the older versions.

    .yrc-banner{display:none;}

    Thread Starter thekhan

    (@thekhan)

    I have teh latest version but not pro, free version sir.

    Thread Starter thekhan

    (@thekhan)

    bit of padding before the new line is still there

    Plugin Author plugin.builders

    (@pluginbuilders)

    It’s also available in the free version. There shouldn’t be any padding, may be it’s your theme, can you provide me the link to your web page where YourChannel is running.

    Thread Starter thekhan

    (@thekhan)

    Plugin Author plugin.builders

    (@pluginbuilders)

    .yrc-item{ margin-left: 0 !important; }

    Write back if you have any more issues/comments. And we’ll appreciate your effort if you take a minute to write a review.

    Plugin Author plugin.builders

    (@pluginbuilders)

    That was only for the video thumbs. I think you wanted this:

    .yrc-shell ul{ padding-left:0; }

    For the whole YourChannel container.

    Thread Starter thekhan

    (@thekhan)

    not solved

    Thread Starter thekhan

    (@thekhan)

    done sir, please add more functionality to the free version

    Plugin Author plugin.builders

    (@pluginbuilders)

    Glad you got it working.

    What features do you want to see? We’ll add them to our todo list.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘how to align all videos’ is closed to new replies.