You didn't give any info about how you are trying to do this.
I see you have Layouts installed. If you are trying to do this with Layouts, inserting a row and then adding 3 cells to that row, then you should double-check that Bootstrap is being loaded (the grid used by Toolset comes from Bootstrap).
Go to Toolset > Settings and check that Toolset is loading Bootstrap.
Hi Nigel, thank you for your reply.
It did not help unfortunately, but I decided to create my templates using elementor.
I do have one strange issue though. I created a field group of 6 items and only 5 of them are available in the elementor drop down box. The url field is missing and no matter what I do it will not appear as a choice.
I will contact elementor too to see if they have put a limit on the choices - but thought you should know too.
I also want to have each field (address, name,phone etc) appear with an icon and label on the front end, how can I do that please?
Thanks very much - I am learning all the time but there is a learning curve with all the tutorials to absorb into my brain 😀
Andy
New threads created by Nigel and linked to this one are listed below:
Let me split that off into a new thread, as we have a policy of one-issue-per-thread in the forum, which makes it easier for other users to find related problems.
I looked at your form "Listings Form Posts" and see that you have been manually adding markup to it.
So the first thing I did was I copied and pasted it into my code text editor where I could immediately see that you have more opening div tags than you do closing /div tags.
I suggest you carefully review your markup so that it is as intended (and valid), and see if a missing /div tag isn't behind your display problems.