Title: Different views
Last modified: January 21, 2021

---

# Different views

 *  Resolved [spaniole](https://wordpress.org/support/users/spaniole/)
 * (@spaniole)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/different-views/)
 * I have 2 WordPress sites running the amazing Football Pool plugin, they run the
   same version of WordPress (5.6) and the same Theme (same setup and version, just
   different colors), but with different versions of the Football Pool plugin. And
   here is my challenge, the FP 2.8.1 in mobile view looks good, the /user/ page
   goes from side to side all the way up and down, please see appendix 1 (fp281.
   png), but with FP 2.9.4 and in the same mobile view, the top of the /user/ page
   won’t fit from side to side, please see appendix 2 (fp294.png).
 * I can see the difference, the FP 2.8.1 does not have the the blue/yellow/red 
   symbol to see other users predictions in mobile view, but the FP 2.9.4 does have
   it.
 * I think it is the pool.css file I have to edit, but also maybe a page with a 
   table to adjust, but I’m not sure. How can I get FP 2.9.4 to fit like FP 2.8.1
   at the /user/ page in mobile view? There is no problem at all with the Desktop
   view. Thanks a lot.
 * Appendix 1: [https://www.dropbox.com/s/85bs18vdaqf8rzw/fp281.png?dl=0](https://www.dropbox.com/s/85bs18vdaqf8rzw/fp281.png?dl=0)
   
   Appendix 2: [https://www.dropbox.com/s/ianrr54regwyzjt/fp294.png?dl=0](https://www.dropbox.com/s/ianrr54regwyzjt/fp294.png?dl=0)

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

 *  Plugin Author [AntoineH](https://wordpress.org/support/users/antoineh/)
 * (@antoineh)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/different-views/#post-13942421)
 * hi,
    This is a styling problem and needs to be adjusted in your css. Best option:
   add it to your Additional CSS in the Appearance > Customize menu. That way your
   other website will not be affected. Never make changes to the pool.css, because
   then your changes will be deleted on every plugin update.
 * From the images I can’t tell what to adjust, but it looks like the table width(
   or cells) ‘push’ the column out.
 * Another option is to change to the new flex layout (see plugin options). That
   layout is better optimized for mobile view.
 *  Thread Starter [spaniole](https://wordpress.org/support/users/spaniole/)
 * (@spaniole)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/different-views/#post-13942862)
 * Thank you for your quick answer.
    Please see Dropbox link for maybe further action.
   Thanks.
 * Link: [https://www.dropbox.com/s/5jrkbhx53ita26n/Just_some_screendumps_from_Football_Pool.pdf?dl=0](https://www.dropbox.com/s/5jrkbhx53ita26n/Just_some_screendumps_from_Football_Pool.pdf?dl=0)
 *  Plugin Author [AntoineH](https://wordpress.org/support/users/antoineh/)
 * (@antoineh)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/different-views/#post-13944171)
 * regarding the comments in your PDF:
 * 1. The placement of the flags and the rest is not correct in your theme 🙂 It
   should look something like [this](https://ps.w.org/football-pool/assets/screenshot-1.jpg?rev=2398208).
   The new layou is a flex layout and it looks like the individual blocks are a 
   bit too big to fit on one line, causing them to be pushed to the next line. This
   means a small adjustment is needed for your theme.
 * 2. The pool.css is automatically compiled from individual scss files and compressed,
   so, to be honest, I also do not always know where to look in the css. Best option
   is to use inspect in your browser, change the css in the developer window until
   it is correct and then copy & paste that into your additional css. But looking
   at your problem I think you need to make the image smaller for mobile viewports,
   e.g.:
 *     ```
       @media ( max-width: 767px ) {
         table.matchinfo td.matchstats a img {
           /* your css */
         }
       }
       ```
   
    -  This reply was modified 5 years, 3 months ago by [AntoineH](https://wordpress.org/support/users/antoineh/).
      Reason: added media query
 *  Thread Starter [spaniole](https://wordpress.org/support/users/spaniole/)
 * (@spaniole)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/different-views/#post-13946427)
 * Thank you, I will try your CSS recommendation, and maybe try a different theme.

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

The topic ‘Different views’ is closed to new replies.

 * ![](https://ps.w.org/football-pool/assets/icon-256x256.png?rev=983880)
 * [Football Pool](https://wordpress.org/plugins/football-pool/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/football-pool/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/football-pool/)
 * [Active Topics](https://wordpress.org/support/plugin/football-pool/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/football-pool/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/football-pool/reviews/)

## Tags

 * [different](https://wordpress.org/support/topic-tag/different/)
 * [mobile](https://wordpress.org/support/topic-tag/mobile/)
 * [views](https://wordpress.org/support/topic-tag/views/)

 * 4 replies
 * 2 participants
 * Last reply from: [spaniole](https://wordpress.org/support/users/spaniole/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/different-views/#post-13946427)
 * Status: resolved