Title: CSS table
Last modified: May 7, 2018

---

# CSS table

 *  [Triep](https://wordpress.org/support/users/triep/)
 * (@triep)
 * [8 years ago](https://wordpress.org/support/topic/css-table-2/)
 * Hi!
 * How can I edit the CSS of a table?
    Tried different things but the main colors
   of the Hueman theme keeps comming back!

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [TheDani](https://wordpress.org/support/users/thedani/)
 * (@thedani)
 * [8 years ago](https://wordpress.org/support/topic/css-table-2/#post-10256061)
 * Hi,
 * On the front pages? Images is vertical and horisontal.
 * Customise / Front Page Content / Display a custom heading for your blog.
 *     ```
       <article id="post-<?php the_ID(); ?>" <?php post_class( array('post-upper', 'grid-item') ); ?>>
       	<div class="post-inner post-hover">
       		<div class="post-thumbnail">
       			<a class="post-inner" href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
       				<?php hu_the_post_thumbnail('thumb-standard'); ?>
       			</a>
       		</div><!--/.post-thumbnail-->
       		<div class="post-content">
       			<div class="featured-bar"></div>
       			<h2 class="post-title entry-title">
       				<a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a>
       			</h2>
       		</div><!--/.post-content-->
       	</div><!--/.post-inner-->
       </article><!--/.post-->
       ```
   
 *     ```
       .content .page, .content .post {
           float: left;
           padding: 10px;
       }
   
       article.post-upper
       {
           width: 200px;
           height: auto;
       }
       ```
   
 * Almost there, but not quite.
 *  Thread Starter [Triep](https://wordpress.org/support/users/triep/)
 * (@triep)
 * [8 years ago](https://wordpress.org/support/topic/css-table-2/#post-10258225)
 * Hey Tha Dani,
 * Not sure if your reaction the answer for my question is….
 * I mean just a normal <table>.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘CSS table’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hueman/3.7.27/screenshot.png)
 * Hueman
 * [Support Threads](https://wordpress.org/support/theme/hueman/)
 * [Active Topics](https://wordpress.org/support/theme/hueman/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hueman/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hueman/reviews/)

## Tags

 * [table css](https://wordpress.org/support/topic-tag/table-css/)

 * 2 replies
 * 2 participants
 * Last reply from: [Triep](https://wordpress.org/support/users/triep/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/css-table-2/#post-10258225)
 * Status: not resolved