podcast page layout

Support Area Forums Epic podcast page layout

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question:
  • Author
    Posts
  • #7388

    Can the podcast page be enabled to have a sidebar feel…but a static image be there? The image I have chosen is too small, and I’d like to place a widget beside it.

    #7389

    Also, the text on that page is too large…the podcast title. Also, the text in the widget is a bit large.

    #7395
    Bill Robbins
    Moderator

    You can change where the featured image goes so that the sidebar slides up next to if you’d like to. Here’s how to do that:

    1. Go to the Appearance section and select edit.
    2. From the list of files on your right, choose single-podcast.php and look for this line:

      and cut it.

    3. Paste that line right below this:

      <article class=”podcast-single”>

    4. Save your changes.

    That will move the featured image into the left hand column and let the sidebar slide up next to it.


    Font sizes

    You can change the font sizes. Paste these snippets into the Custom CSS box of the styling tab of the theme options page:

    For the podcast details:

    
    ul.podcast-details li {
         font-size: 16px;
    }
    

    That will reduce the font size by 2 pixels. Change the 16px to another number if you need to.

    For the page titles (the podcast title is the same), use this:

    
    h1.title,
    h2.title {
    	font-size: 32px;
    }
    

    That will reduce the size from 36 to 32 pixels. If you’d like to change it further, change the 32.


    I hope that helps,
    Bill

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘podcast page layout’ is closed to new replies.