Followed this wix tutorial to create a show more link (https://support.wix.com/en/article/wix-code-tutorial-creating-a-show-more-link) and the link is created, but the inspector says the text box is absolutely positioned and set to a height of 800 some pixels. It is supposed to collapse and the boxes that follow are not more than 70px away, so the question is, why doesn’t it? See the preview page here: http://wix.to/hMAmAGc
Obviously absolutely positioned text boxes and a set height are not considered good practice for CSS and responsive development, and that is where the problem lies. The tutorials said if the boxes that follow are not more than 70px away that the expandable text box will contract. However it does not. Paid wix support sent us here to ask for help and said this was too difficult for them to assist with. The code is exactly as provided by the wix tut with the text box ID# and button name updated. The button works, but the space does not collapse.
If we were building this feature in a site outside of the wix proprietary platform this issue would be easy to fix, but because we don’t have access to the actual page code, we are unable to do basic testing and fixes. If anyone can assist me in troubleshooting this it would be much appreciated.