• We’ve been trying to get the shortcode to display responsively on an iPhone and it doesn’t seem to be working correctly. When we refresh the page (on the phone) it shows correctly for a second, then the layout stretches.

    When we’ve tried resizing screens on desktop, the job layout responds correctly and shrinks as expected, just not on the iPhones. Any ideas?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • We had this problem too but I found a way to fix it. You have to change the CSS of the plugin and remove the white-space:nowrap for the .card-title class. You can also add this in the plugin’s app.css too.

    .card > .card-title-category > .card-title{ white-space: pre-wrap !important;}

    Please note that modifying the plugin means that you will lose this fix if you update the plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘Shortcode not responsive on iPhone’ is closed to new replies.