CSS Vertical Align with Category Icons
-
So I’m using the the theme desk-mess and the plugin category icons and I’m trying to change the position of the icons. Here is what it looks like now:
[img]https://i537.photobucket.com/albums/ff339/AgentGap/old.png[/img]
Index.php
[code]
<div class="post-title"><h1><?php if (function_exists('get_cat_icon')) get_cat_icon('border=false'); ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></h1></div>
[/code]CSS:
[code]
.post-title {
vertical-align:middle;
}
[/code]Now with that stated here is what I’m trying to make it look like, but can’t with vertical-align:
[img]https://i537.photobucket.com/albums/ff339/AgentGap/new.png[/img]
- The topic ‘CSS Vertical Align with Category Icons’ is closed to new replies.