Title: Styling issue after version 2
Last modified: October 9, 2022

---

# Styling issue after version 2

 *  Resolved [fadi](https://wordpress.org/support/users/fadi232/)
 * (@fadi232)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/styling-issue-after-version-2/)
 * Hi,
 * Since updating to version 2.0 or 2.0.1, all the styling I had disappears.
    It’s
   like the old css (which I have added to theme settings) doesn’t have any effect
   anymore. I tried removing the css from theme settings and adding it to rpwe-frontend
   css file, but it didn’t help. I had to rollback to 1.1 version to get the styling
   back. here is the css I use:
 *     ```
       /* Recent posts style*/
       .rpwe-block ul {
           list-style: none !important;
           margin-left: 0 !important;
           padding-left: 0 !important;
       }
       .rpwe-block li {
           border-bottom: 1px solid #eee;
           margin-bottom: 10px;
           padding-bottom: 10px;
           list-style-type: none;
       }
       .rpwe-block a {
           display: inline !important;
           text-decoration: none;
       }
       .rpwe-block h3 {
           background: none !important;
           clear: none;
           margin-bottom: 0 !important;
           margin-top: 0 !important;
           font-weight: 400;
           font-size: 18px !important;
           line-height: 1.5em;
       }
       .rpwe-thumb {
           border: 1px solid #eee !important;
           box-shadow: none !important;
           margin: 2px 10px 2px 0;
           padding: 3px !important;
       }
       .rpwe-summary {
           font-size: 18px;
       }
       .rpwe-time {
           color: #bbb;
           font-size: 11px;
       }
       .rpwe-alignleft {
           display: inline;
           float: left;
       }
       .rpwe-alignright {
           display: inline;
           float: right;
       }
       .rpwe-aligncenter {
           display: block;
           margin-left: auto;
           margin-right: auto;
       }
       .rpwe-clearfix:before,.rpwe-clearfix:after {
           content: "";
           display: table !important;
       }
       .rpwe-clearfix:after {
           clear: both;
       }
       .rpwe-clearfix {
           zoom: 1;
       }
       .rpwe-thumb {
       margin: 2px 10px 2px 10px;}
       ```
   
 * I also have this css in rpwe-admin.css, I don’t remember if I added it or its
   from you:
 *     ```
       .rpwe-options small {
         font-size: 0.7em;
         color: #999;
       }
   
       .rpwe-info {
         font-size: 0.8em;
         line-height: 1.4;
       }
   
       .rpwe-options .small-input {
         width: 32% !important;
         display: inline-block !important;
       }
   
       .rpwe-block {
         display: block;
       }
       ```
   
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fstyling-issue-after-version-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [satrya](https://wordpress.org/support/users/satrya/)
 * (@satrya)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/styling-issue-after-version-2/#post-16086204)
 * Hi there,
    That’s weird. Did you uncheck the default styles option?
 * For the `rpwe-admin.css` that is the CSS file to style the widget, no need to
   worry about that 🙂
 *  Thread Starter [fadi](https://wordpress.org/support/users/fadi232/)
 * (@fadi232)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/styling-issue-after-version-2/#post-16088270)
 * Hi,
    I used to have styles_default on true before, changed it to false and it
   worked, thanks!
 *  Plugin Author [satrya](https://wordpress.org/support/users/satrya/)
 * (@satrya)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/styling-issue-after-version-2/#post-16089566)
 * Glad to hear that 🙂

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

The topic ‘Styling issue after version 2’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/recent-posts-widget-extended_3384ca.
   svg)
 * [Recent Posts Widget Extended](https://wordpress.org/plugins/recent-posts-widget-extended/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/recent-posts-widget-extended/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/recent-posts-widget-extended/)
 * [Active Topics](https://wordpress.org/support/plugin/recent-posts-widget-extended/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/recent-posts-widget-extended/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/recent-posts-widget-extended/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [satrya](https://wordpress.org/support/users/satrya/)
 * Last activity: [3 years, 8 months ago](https://wordpress.org/support/topic/styling-issue-after-version-2/#post-16089566)
 * Status: resolved