Padding numbers obscured in Flex Block 3

Posted in: Newspaper
Post count: 500

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

Post count: 35449

Hi,

Indeed in Newspaper X the layout of tagDiv Builder was changes, and now is look a little smaller. Now this can be fixed only if you make some changes in theme files.

Thank you!

Post count: 500

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?

Post count: 35449

Hi,

Maybe there were some changes in browsers too, but in Newspaper X since were add more features, in order to keep the size of the composer sidebar elements, the padding and size was decries.

Thank you for your understanding!

Post count: 500

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…

Post count: 35449

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!

Post count: 500

Thank you, Calin.

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.