Remove space in accordion text boxes
Автор: Nicole B.
Просмотрено 1842,
Подписчики 1,
Размещенный 0
How can I remove the extra line spaces in the accoridan text boxes? Box 1 has 7 lines while the rest of the boxes only have 2 or less. Is there a way to get the boxes to resize based on the text?
Размещено
>> Step 3 - Map > The Page Properties window > The Expert section | ▪Custom Code | >> Before opening the HTML tag:
<style> #imPageRow_2 div { height:auto !important; } </style>
.
ciao
.