Text Block Over 2 Colums Within Sppb - Question | JoomShaper

Text Block Over 2 Colums Within Sppb

JH

jean-luc herrouin

SP Page Builder 1 month ago

Hello, I would like present text over 2 columns using sppb text block add-on. Not find how to do that easily. Should i use css code? config is: joomla 4.4 sppb pro 3.3.

my website is not in prod, i am using wamp manager. regards jluc

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #164124

On your place, I would create extra class name inside custom.css file OR Page CSS.

.two-columns > .sppb-addon-content { column-count: 2; }

then inside Text addon settings > Style (tab) > CSS Class: two-columns

Tested, works. Easy to use :)

info_2980_2024.gif

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #164121

Hi Jean,

It was added to wish-list for SPPB 5 updates, but for today you have to use extra line of CSS.

Guides:

0
JH
jean-luc herrouin
Accepted Answer
1 month ago #164151

Hello Paul many thanks for the answer! It's exactly what i was looking for ! I tried, it works fine ! could be adapted to more columns. Thanks

0