Title: Problem with theme since update
Last modified: November 24, 2019

---

# Problem with theme since update

 *  Resolved [adsacomms](https://wordpress.org/support/users/adsalibrary/)
 * (@adsalibrary)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/problem-with-theme-since-update/)
 * Ever since the latest WP update, some blocks are not displaying correctly and
   it appears to be a problem with the theme. Most of the problems are on my homepage
   where I am using a variety of different blocks. I have just rebuilt the homepage
   and removed some blocks (mostly full-width header/image type blocks) and it looks
   a little better but it doesn’t look good on a mobile device. The main logo is
   no longer scaling on the mobile and where I have used blocks with text that spans
   the whole page, the text is all scrambled on top of itself.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fproblem-with-theme-since-update%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/problem-with-theme-since-update/#post-12173060)
 * Thanks for bringin this to my attention.
 * It looks like the issue is specifically the way the Stackable plugin is now using
   certain CSS classes. I can update Unlimited to improve compatibility, but for
   now, please add the following CSS to your site:
 *     ```
       .aligncenter, .alignfull, .alignleft, .alignnone, .alignright, .alignwide, .size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
         line-height: 1.5;
         max-width: 100%;
       }
       ```
   
 * You can copy & paste the code above into the “Additional CSS” section in the 
   Customizer (Appearance > Customize), and it will take effect right away.
 *  Thread Starter [adsacomms](https://wordpress.org/support/users/adsalibrary/)
 * (@adsalibrary)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/problem-with-theme-since-update/#post-12174154)
 * Thank you, that seems to have fixed most of the problems but our logo is still
   not scaling for mobile devices. Do you have a fix it for that problem too?
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/problem-with-theme-since-update/#post-12174297)
 * Okay glad to hear that. Please try adding this CSS to the site as well:
 *     ```
       .logo {
         max-width: 100%;
       }
       ```
   

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

The topic ‘Problem with theme since update’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/problem-with-theme-since-update/#post-12174297)
 * Status: resolved