• The “featured post” black frame, on the Papyrus theme, is too big. I don’t want people to have to page down in order to see anything BUT the featured post. Can anyone help?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Website URL?

    If you want to re-size the featured post image, you’ll need to find the css tags that your theme uses to describe it and modify those. Or find a new theme.

    Thread Starter Suzanne ODell

    (@suzanne-odell)

    meada.net

    here’s the css code from the file style.css which controls that section:

    #featured_section {
    	width:940px;
    	height:370px;
    	background:url(images/menu_bg.png) repeat;
    	margin:0 13px;
    }

    You can change that height to be something smaller, if you like. However, be aware that your theme is designed to hold an image in that same div. If you choose to change that height ta, and at some point include that image, it may screw with the looks of your site.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove "featured post"’ is closed to new replies.