Skip Navigation

[Resolved] On Desktop, the columns are stacking instead of lining up in a row

This support ticket is created 6 years, 4 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+00:00)

This topic contains 4 replies, has 2 voices.

Last updated by Nigel 6 years, 4 months ago.

Assisted by: Nigel.

Author
Posts
#1084520

I am trying to: create a three column row with fields, featured image and a form.

Link to a page where the issue can be seen: localhost

I expected to see: three columns on the front end
Instead, I got: 3 rows.

#1084603

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Hi there

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.

#1085469

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:

https://toolset.com/forums/topic/split-elementor-is-not-offering-all-types-fields-from-a-field-group/

#1085659

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Hi Andy

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.

#1089347

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Hi Andy

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.