How To Create 5 Columns? - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

How To Create 5 Columns?

Laurent

Laurent

SP Page Builder 2 years ago

Hi,

How can I create a row with 5 columns and center these columns?

THanks L.

0
11 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #129897

Hi Laurent,

Boostrap 5 hack >> https://mdbootstrap.com/how-to/bootstrap/columns-five/


This same in SPPB 5 Pro:

  1. New Row
  2. Columns > Custom: 2+2+2+2+2 > Generate
  3. Row Settings > Style (tab) > CSS Class: d-flex justify-content-center
  4. Page settings > Page CSS (or template custom.css):
.justify-content-center .sppb-row {
  justify-content: center; }

After using it

info_1487_2023.png

Video guide: https://youtu.be/JYwB6S4qCCo

Happy?

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #129883

Hello,

Please check this tutorial playlist on SP Page Builder.

https://www.youtube.com/playlist?list=PLtaXuX0nEZk93IWlTApFmAbsKNan0GxXx

https://www.joomshaper.com/documentation/sp-page-builder/columns

Remember that the columns total is 12. So you can divide like this 2+2+2+2+2+2 or 2+2+2+2+2+1+1

Best regards

0
Laurent
Laurent
Accepted Answer
2 years ago #129932

perfect many thanks to both of you ;-)

0
Laurent
Laurent
Accepted Answer
2 years ago #129949

@paul : small point, does not work when row is fluid. how to make it work with fuild row?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #129952

Now You have to use your CSS skills on that, it was just a example.


Check BT5 guides etc.

0
Laurent
Laurent
Accepted Answer
2 years ago #129959

ok thanks

0
Laurent
Laurent
Accepted Answer
2 years ago #130014

sorry to ask again, but with SPPB 3.X, is it possible to have a fluid row with 5 columns with full width?

because I do not see how.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #130105

with proper CSS probably yes. But it's task on your hands.

0
Laurent
Laurent
Accepted Answer
2 years ago #130115

ok but honnestly it is not user friendly to manage odd columns.

when I select fluid row, the layout is broken. what are the css classes added when I select fluid row on SPPB?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #130117

By default 5 columns are not supported, I did you a favor and you still need more and more... common.

0
Laurent
Laurent
Accepted Answer
2 years ago #130120

I was just asking. THanks for your help, I will check this out.

0