Title: Styling
Last modified: August 20, 2016

---

# Styling

 *  [sportsnutt](https://wordpress.org/support/users/speters150/)
 * (@speters150)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/styling-2/)
 * I’m trying to style the blog-in-blog plugin much like how the category archive
   styles for my website.
 * I want it to look like this: [http://www.dfwcollegesportsbeat.com/category/unt](http://www.dfwcollegesportsbeat.com/category/unt/)
 * Instead I have this: [http://www.dfwcollegesportsbeat.com/unt](http://www.dfwcollegesportsbeat.com/unt/)
 * I’m not great with HTML…I have a slight understanding of how to use it. I’m really
   in search of trying to get a border around the featured image, make it more horizontal
   than square, add separator lines between stories and a cushion between the headline
   and excerpt.
 * Here’s the HTML coding I have so far.
 *     ```
       <!-- fragment of html for post template. This file will be deprecated... -->
       <!-- blog-in-blog Version: %bib_version% -->
       <div class="post">
       <div style="border-top: 1px solid #d6d6d6>
       <!-- Post Headline -->
       <div class="post-headline">
       <div style="float:left; margin:0px">%post_thumbnail%</div>
       <h2>
       <a title="Permanent Link to %post_title%" rel="bookmark" href="%post_permalink%" id="%post_id%" >%post_title%</a>
       </h2>
       %post_date% : <small>%post_categories%</small>
   
       </div>
       <br/>
       <!-- Post Body Copy -->
   
       <div class="post-bodycopy clearfix">%post_excerpt%</div>
       </div>
       ```
   
 * [http://wordpress.org/extend/plugins/blog-in-blog/](http://wordpress.org/extend/plugins/blog-in-blog/)

The topic ‘Styling’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/blog-in-blog.svg)
 * [Blog-in-Blog](https://wordpress.org/plugins/blog-in-blog/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/blog-in-blog/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/blog-in-blog/)
 * [Active Topics](https://wordpress.org/support/plugin/blog-in-blog/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/blog-in-blog/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/blog-in-blog/reviews/)

## Tags

 * [category archive](https://wordpress.org/support/topic-tag/category-archive/)
 * [styling](https://wordpress.org/support/topic-tag/styling/)

 * 0 replies
 * 1 participant
 * Last reply from: [sportsnutt](https://wordpress.org/support/users/speters150/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/styling-2/)
 * Status: not resolved