Form Builder: Single Column - Question | JoomShaper

Form Builder: Single Column

C

clausjepsen

SP Page Builder 2 years ago

Hi,

I always struggle with translating the Contact form, so now I start using the Form Builder. (yes, I copied the .ini file and translated, with no success).

Is there an option to avoid form fields to be on same line? I want all fields in a single column.

Joomla 4.0.5 / SP PageBuilder 3.8.2

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #51116

Hi there!

Thanks for your query.

Did you followed this also to translate the contact form? https://www.joomshaper.com/documentation/sp-page-builder/sp-page-builder-3/how-to-tips#span-class-st-how-to-translate-contact-form-span

Please use the following code in your custom CSS:

.sppb-addon-form-builder-form {
    flex-direction: column;
}

This will give you one column form I hope!

Note: Path towards custom CSS(Joomla 4): System > Site Templates Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Best Regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #52464

Hi,

I have given you the link from the documentation section of the SP Page Builder actually.

However, glad that your issue has been solved:)

Best Regards

0
C
clausjepsen
Accepted Answer
2 years ago #51153

Thank you.

Today I saw the translation made its way. I suppose the server has updated the cache (I have no Joomla cache on this site) overnight. I used method 1.

Could you please include this "How to tips" in the SP PageBuilder documentation? I never found it on your site.

Best regards, Claus

0