Title: Styling Asides
Last modified: August 18, 2016

---

# Styling Asides

 *  [lawtai](https://wordpress.org/support/users/lawtai/)
 * (@lawtai)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/styling-asides/)
 * I know the guide says to style ul linklog, but how do I actually go about doing
   that? I’ve tried #ul linklog and that does nothing that I can see. Also, is it
   possible to get it to appear above my date instead of below it?
    [http://www.taibros.net](http://www.taibros.net)

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/styling-asides/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/styling-asides/page/2/?output_format=md)

 *  Thread Starter [lawtai](https://wordpress.org/support/users/lawtai/)
 * (@lawtai)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/styling-asides/#post-88328)
 * thanks again podz, you’re a great help!
 *  Thread Starter [lawtai](https://wordpress.org/support/users/lawtai/)
 * (@lawtai)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/styling-asides/#post-88333)
 * oh yea, how do I also style it with the >> cause that’s not in the list-style-
   type as far as i can tell.
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/styling-asides/#post-88335)
 * Thanks 🙂
    I’ve added the css above to both pages with the ‘howtos’ on.
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/styling-asides/#post-88336)
 * Hang on … I’ll play for a moment..
 *  [Beel](https://wordpress.org/support/users/beel/)
 * (@beel)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/styling-asides/#post-88337)
 * Just put » in the index page where you want it to show up.
 *  Thread Starter [lawtai](https://wordpress.org/support/users/lawtai/)
 * (@lawtai)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/styling-asides/#post-88339)
 * ah ok cool! thanks podz and beel. I made the changes to the following line to
   get it to work:
    - <?php echo '&raquo;&nbsp;'; echo wptexturize($post->post_content); echo ' ';
      comments_popup_link('(0)', '(1)', '(%)' ) ?>
 *  Thread Starter [lawtai](https://wordpress.org/support/users/lawtai/)
 * (@lawtai)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/styling-asides/#post-88340)
 * hmm, that didn’t show up quite right, but i added the &raquo in there along wtih
   another echo
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/styling-asides/#post-88344)
 * I’d forgot it was a list ….
    You can either use ‘normal’ list styling – and given
   that each link will be the first and last in the list, the symbol will remain
   the same: list-style:lower-greek; or more here: [http://www.w3.org/TR/REC-CSS2/generate.html#lists](http://www.w3.org/TR/REC-CSS2/generate.html#lists)
   or you could create a small image of your own, and link to that list-style-image:
   url(‘bug.gif’); (I’ll add this too)
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/styling-asides/#post-88345)
 * Thanks Beel …. didn’t think of that 🙂
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/styling-asides/#post-88351)
 * Pages updated, and a couple of errors that had crept in also sorted.
 *  [Beel](https://wordpress.org/support/users/beel/)
 * (@beel)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/styling-asides/#post-88354)
 * I don’t post much so I figured I should have a date in there, too:
    [Lagniappe](http://www.billhayes.us/wordpress/archives/category/lagniappe/)
 *  [iand](https://wordpress.org/support/users/iand/)
 * (@iand)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/styling-asides/#post-88509)
 * I managed to kill the bullet using:
    .linklog li { list-style:none; } for some
   reason ul.linklog li {… didn’t work. However, my asides are indented about 50px
   and I have tried everything I can think of to move them back. I don’t mind where
   they are but it would be nice to have some control!!
 *  [iand](https://wordpress.org/support/users/iand/)
 * (@iand)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/styling-asides/#post-88515)
 * Thanks Podz! -ve margin-left did the trick.
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/styling-asides/#post-88516)
 * Thanks for the feedback – I’ll add it to the pages later.
 *  Thread Starter [lawtai](https://wordpress.org/support/users/lawtai/)
 * (@lawtai)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/styling-asides/#post-88523)
 * I figure I’ll post here instead of creating a new topic. But If I post an aside,
   it’ll appear at the top above any posts. However, if after I post an aside, I
   go and make a regular post, it’ll push the aside below the regular post. Other
   than changing the time stamp on the aside, how can I go about keeping it at the
   top for that day?

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/styling-asides/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/styling-asides/page/2/?output_format=md)

The topic ‘Styling Asides’ is closed to new replies.

 * 16 replies
 * 4 participants
 * Last reply from: [iand](https://wordpress.org/support/users/iand/)
 * Last activity: [21 years, 8 months ago](https://wordpress.org/support/topic/styling-asides/page/2/#post-88562)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
