• Resolved adsacomms

    (@adsalibrary)


    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 to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    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

    (@adsalibrary)

    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

    (@bensibley)

    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.