How can I change the size of the search box? If I type in Chinese character, the top and the bottom of the word is cut-off (see the attachment). Thanks!
Hello,
How about the current page count? I found out the length only long enough to display 3 digits.
Hello,
I tried the code, no error but the current page count input size still the same. Could you give me more specific instruction to do it, such as which file and where?
BTW, I haven’t bought the licence yet. Will your team make the change in the next release? This bug is not major, but note that your team is not detail-minded.
Hello,
I use the following code with the attached result.
$(document).ready(function () {
$(".input_search").width(“100px”);
$(".input_search_clear").css(“left”, “192px”);
$(".new_head_input").css(‘cssText’, “width: 100px ! important”);
});
The Search box is enlarged, but the ‘clear search text’ box (the circle ‘x’ button) is not position correctly.
Please help me to solve the problem. Thanks!
Hello,
To set the “cancel” button to the right place please update it’s CSS “letf” property from 192px to 142px. For all other style properties please pick up correct values in the browser console like shown on this:
<a href="http://prntscr.com/57kbxh">screenshot </a>
and use them in your JavaScript code.