Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Veda

    (@vedathemes)

    Hi there,

    You need some custom CSS for doing that. Following steps should help you,

    1. Go to WordPress Dashboard > Appearance > Customize
    2. Look for “Additional CSS” tab in left sidebar, click on it.
    3. Copy & Paste following CSS in the left CSS text field,

    @media only screen and (min-width: 640px) {
    	.legacy.medium-player .pod-content__list {
    		border-right-width: 0;
    		border-left: 1px solid rgba(0, 0, 0, 0.1);
    		float: right;
    	}
    
    	.legacy.medium-player .pp-podcast__single {
    		float: left;
    	}
    }

    4. Click publish button on top of the left sidebar.
    5 It should work

    Please inform if any other help is required.

    Thanks,

    Thread Starter ynitishreddy96

    (@ynitishreddy96)

    Hey can we have the skip to buttons. Let’s say a podcast is of one hour. Can I break that Episode into chapters and give skip to option so that users can skip to certain part of the podcast?

    Plugin Author Veda

    (@vedathemes)

    Hi,

    Presently skip to chapters feature is not available, but may be available in near future.

    Thanks,

    Plugin Author Veda

    (@vedathemes)

    Hi there,

    I hope the issues and queries you had now been resolved. Therefore, I am closing this ticket. However, feel free to inform if you need more help on this OR if any other help is required.

    Thanks,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Catalogue Legacy Player Left Alignment’ is closed to new replies.