Single Podcast Page Layout

Support Area Forums Epic Single Podcast Page Layout

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question:
  • Author
    Posts
  • #6809
    elwynvds
    Participant

    Hi

    Can one change the page display for single podcast listing to be the same as that for a page/post so that podcast sidebar widgets are not pushed down below the podcast image/icon.

    See http://www.nhfc.org.au/podcast/

    This page display as required.

    However, click on the individual podcast listing (http://www.nhfc.org.au/podcast/coming-soon/).

    I’d like this to display in the same way as the main podcast page listing.

    Thanks.

    #6814
    Bill Robbins
    Moderator

    Gotcha. The single podcast view is set up to have an image that spans the full width of the page, but we can set it to accomodate a smaller image too. Here’s how.

    1. Go to the theme options page and select the styling tab.
    2. At the top, select “yes” to include custom styling.
    3. Scroll down to the bottom to a box labeled “Custom CSS.”
    4. Paste this into that box:
      
      .single-podcast img.wp-post-image {
      	float: left;
      }
      
      .single-podcast #content {
      	clear: both;
      }
      
    5. Save your changes.

    That should let a smaller image occupy the entire horizontal space there.

    If you run into any questions or trouble, let me know,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Single Podcast Page Layout’ is closed to new replies.