Title: After plugin update
Last modified: April 18, 2023

---

# After plugin update

 *  Resolved [guardian1983](https://wordpress.org/support/users/guardian1983/)
 * (@guardian1983)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/after-plugin-update/)
 * Hi!
 * after i updated the plugin, the pictures on the frontpage suddenly are VERY big,
   i have no idea what happend… Any clue?
 * regards.
    -  This topic was modified 3 years, 1 month ago by [guardian1983](https://wordpress.org/support/users/guardian1983/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fafter-plugin-update%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [rpatek](https://wordpress.org/support/users/rpatek/)
 * (@rpatek)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/after-plugin-update/#post-16675954)
 * As I wrote to other thread …
 * I think problem is in css news.css, where are missing parts for “col-0” which
   had in v2.7 name “no-column”.
 * If I add to “Own CSS & JS” some missing css styles :
 *     ```wp-block-code
       .col-0 .simple-news-item {
           display: -webkit-box;
           display: -ms-flexbox;
           display: flex;
           -webkit-box-orient: horizontal;
           -webkit-box-direction: normal;
           -ms-flex-flow: row wrap;
           flex-flow: row wrap;
           -webkit-box-pack: justify;
           -ms-flex-pack: justify;
           justify-content: space-between;
           margin: 0 0 1em 0;
       }
   
       .col-0 .simple-news-img-con {
           -webkit-box-flex: 1;
               -ms-flex: 1 20%;
                   flex: 1 20%;
           max-width: 20%;
       }
   
       .col-0 .simple-news-text-con {
           -webkit-box-flex: 1;
               -ms-flex: 1 75%;
                   flex: 1 75%;
           max-width: 75%;
       }
   
       .col-0 .simple-news-item:last-child {
           border: none;
           margin: 0;
       }
       ```
   
 * It works for me as with previous version.
 *  Plugin Author [MortenPeterAndersen](https://wordpress.org/support/users/mortenpeterandersen/)
 * (@mortenpeterandersen)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/after-plugin-update/#post-16676221)
 * På [https://staldsakstrup.dk/](https://staldsakstrup.dk/)
 * Er det fordi du vil have teksten til at stå ved siden af billederne …. det kan
   jeg hurtigt hjælpe dig med 🙂
 * Google Translate:
 * Is it because you want the text to be next to the images …. I can quickly help
   you with that 🙂
    -  This reply was modified 3 years, 1 month ago by [MortenPeterAndersen](https://wordpress.org/support/users/mortenpeterandersen/).
 *  Thread Starter [guardian1983](https://wordpress.org/support/users/guardian1983/)
 * (@guardian1983)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/after-plugin-update/#post-16676567)
 * Hej Morten.
 * Vel, det fik helt galt med billeder og aæt efter opdatering, jeg kan ikke huske
   hvilken version jeg opdaterede fra, men ca 3år tilbage.
 * Så det skal helt bare se ud som førhen 😁
 *  Thread Starter [guardian1983](https://wordpress.org/support/users/guardian1983/)
 * (@guardian1983)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/after-plugin-update/#post-16676601)
 * Men ja tak Morten.
   Det er nok det der er galt, jeg syntes bare hvis jeg bruger
   den kode som ham den anden har smidt ind, så bliver billederne enormt små, og
   det syntes jeg ikke de var førhen….
 *  Thread Starter [guardian1983](https://wordpress.org/support/users/guardian1983/)
 * (@guardian1983)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/after-plugin-update/#post-16677034)
 * Jeg tror jeg fandt ud af det, kan du ikke lige checke CSS, jeg fik sat width 
   på img til 100%, også sat jeg ham guttens CSS kode ind, det ser rigtigt ud tror
   jeg…
   Og tak 😀
 *  Plugin Author [MortenPeterAndersen](https://wordpress.org/support/users/mortenpeterandersen/)
 * (@mortenpeterandersen)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/after-plugin-update/#post-16677381)
 * hæ hæ – ja det var jo nemt for mig 🙂
 * Får du andre problemer med din hjemmeside eller noget nyt du vil have tilføjet
   kan du skrive til mig på [kontakt@web.dk](https://wordpress.org/support/topic/after-plugin-update/kontakt@web.dk?output_format=md)–
   [http://www.web.dk](http://www.web.dk)
 * 🙂
   Morten

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

The topic ‘After plugin update’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/simple-news_6fa49a.svg)
 * [Simple News](https://wordpress.org/plugins/simple-news/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-news/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-news/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-news/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-news/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-news/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [MortenPeterAndersen](https://wordpress.org/support/users/mortenpeterandersen/)
 * Last activity: [3 years, 1 month ago](https://wordpress.org/support/topic/after-plugin-update/#post-16677381)
 * Status: resolved