Title: Css styling
Last modified: January 6, 2021

---

# Css styling

 *  Resolved [bradelin](https://wordpress.org/support/users/bradelin/)
 * (@bradelin)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/css-styling-41/)
 * Hi,
 * Id like to know how I can style the plugin, I want to have each year horizontal
   instead of under neath each other,
 * thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-styling-41%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Contributor [twinpictures](https://wordpress.org/support/users/twinpictures/)
 * (@twinpictures)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/css-styling-41/#post-13872843)
 *     ```
       ul.grid {
           list-style: none;
           columns: 4;
       }
       ```
   
 * `[archives type="yearly" order="ASC" class="grid" /]`
 *  Thread Starter [bradelin](https://wordpress.org/support/users/bradelin/)
 * (@bradelin)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/css-styling-41/#post-13873489)
 * thank you let me give that a try
 *  Thread Starter [bradelin](https://wordpress.org/support/users/bradelin/)
 * (@bradelin)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/css-styling-41/#post-13910817)
 * Hi,
 * where can I place this code?
 *  Plugin Contributor [twinpictures](https://wordpress.org/support/users/twinpictures/)
 * (@twinpictures)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/css-styling-41/#post-13918207)
 * If by ‘code’ you are referring to:
 *     ```
       ul.grid {
           list-style: none;
           columns: 4;
       }
       ```
   
 * Then this CSS would would be placed in the custom CSS area of your theme. Where
   that area is located, depends on your theme. However, you might be able to insert
   CSS using the Additional CSS area found under: Dashboard > Appearance > Customize
   > Additional CSS.
 * If by code you mean
 *     ```
       [archives type="yearly" order="ASC" class="grid" /]
       ```
   
 * Then this is a shortcode and would be inserted on the page the archive list is
   to be displayed.

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

The topic ‘Css styling’ is closed to new replies.

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

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [twinpictures](https://wordpress.org/support/users/twinpictures/)
 * Last activity: [5 years, 4 months ago](https://wordpress.org/support/topic/css-styling-41/#post-13918207)
 * Status: resolved