This is being rendered via HTML component (custom code)?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
This is being rendered via HTML component (custom code)?
Yes, its a grid with each cell containing an HTML component. HTML contains:
precode
<div class="htmlButton" style="background:#0A3160; padding=3 3 3 3; position:inline;">
<center>
<IMG SRC="image here">
</center>
</div>
/code/pre
Hi Doug, try to change width to 'auto' for each individual HTML component inside the grid.
Tried it, didn't work
Can you show how it looks with applied 'auto' width?
It looked about the same. I actually just ended up putting the images in the grid and doing the background color. Don't know why I didn't do that from the start. Thanks for your help!