Hi Maverick
Thanks for using Syncfusion products.
Please note that the palette items is arranged based on the width and height of the palette.
You have set an width and height of the palette in the percentage. We suggest you to change the width and height of the palette in pixel
or please change the width and height of the parent element in the pixel to achieve your requirement. please refer the sample below.
Sample:
http://www.syncfusion.com/downloads/support/forum/119642/ze/sample550109545
In the above sample, we have set an width and height of the parent element in pixel.
Here is the code snippet
Code snippet:
<style>
.symPalette_section
{
width: 600px;
height: 400px;
float: left;
}
</style>
<!--symPalette_section is the parent element-->
<div class="symPalette_section">
<div id="symbolpalette">
</div>
</div>
Please let me know if any concerns.
Regards,
Shyam G