Title: Widjet CSS Question
Last modified: August 22, 2016

---

# Widjet CSS Question

 *  Resolved [Norek](https://wordpress.org/support/users/norek/)
 * (@norek)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/widjet-css-question/)
 * Hello.
    I have a question: How can I set css so, that all the Widjets have the
   same look, because it is so, that they have the different text padding settings.
   Thanks in advance. Site: [CAR2SHOW](http://car2show.de) Regards, Kirill

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

 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/widjet-css-question/#post-5661950)
 * If your theme has a built-in custom CSS option, use it; otherwise, get a [custom CSS plugin](http://wordpress.org/plugins/search.php?q=custom+css)
   and put
 *     ```
       .widget li {
       padding: 5px 0px 5px 20px;
       }
   
       .widget li a {
       padding: 0;
       }
       ```
   
 *  Thread Starter [Norek](https://wordpress.org/support/users/norek/)
 * (@norek)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/widjet-css-question/#post-5661954)
 * stephencottontail,
 * Yeah, thats it, thanks a lot!!!

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

The topic ‘Widjet CSS Question’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [Norek](https://wordpress.org/support/users/norek/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/widjet-css-question/#post-5661954)
 * Status: resolved