It is no longer possible to see numbers larger than 2 digits in the padding field in Flex Box 3.
Until a few months ago (using 9.2.2.) I could see 3 digits, now only 2. To see 3 I have to scroll the field left-right. This continues with 10.3.
Please see 2 screenshots, one scrolled left 69-, one right -94. The full number I should see is 694.
https://drive.google.com/file/d/1cqzNi76xVqePyUQP4xMrP-zZWrBv8Cgh/view?usp=sharing
https://drive.google.com/file/d/1cqzNi76xVqePyUQP4xMrP-zZWrBv8Cgh/view?usp=sharing
Thanks
Mark G
I don’t think so – I’m not sure you understand. As I say, this happened with 9.2.2 one day a few months ago after no update. It’s not particular to X. It happens in Safari, Firefox and Chrome on iMac desktop and on MacBook Pro.
But – separate question – why would Newspaper change with X to such a pointless design, obscuring padding information?
However, as I say, this problem occurred with 9.2.2. Can you add a fix to make that field properly visible in next update? I have to adjust it with every new post in my homepage design and it’s rather laborious…
Hi,
We already releases an update, but is you want I can guide you how to increase the space.
You need to set a css code in wp-content/plugins/td-composer/legacy/Newspaper/functions.php -> https://i.imgur.com/o8ieQlY.png
?>
<style>
#td-tab-css input[type=text]{
padding: 0 4px;
}
</style>
Hope this will help you!
Thank you for your understanding!