Column Breaks - Question | JoomShaper

Column Breaks

MK

Michael Koerner

SP Page Builder 1 year ago

so i have my portfolio page and my small 4-column layout portfolio on the home page. My question is, how can i specifiy that on certain device dimensions, i can have two columns instead of 1 on smaller devices. Just for the portfolio sections?

Thanks in advance!

0
7 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #94337

Thx.

So by default, from settings you can use those options

foto_9171_2022.jpg

So if in Desktop you have 4 columns, you can set col-xs-6 (Mobile Layout) for each column inside the Row to have 2 columns in mobile view. Like you want.

foto_9172_2022.jpg

I hope you know from Bootstrap - grid based on number 12, 6+6, 4+4+4 etc.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #94113

Hi Michael,

by now only via Custom CSS you can override default grid for mobile devices.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #94114

Below custom CSS may help

  @media only screen and (max-width: 480px) {
.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item 
{width: 50%; padding: 5px;}
}
0
MK
Michael Koerner
Accepted Answer
1 year ago #94128

I'm not using Simple Portfolio though. I'm using just the Image Overlay that comes with the Page Builder.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #94145

You could tell that at fist post ;/

  1. What SPPB version you have?
  2. We talk about Columns in Rows, or layout of single Image Layout addon ?
  3. Share URL !
0
MK
Michael Koerner
Accepted Answer
1 year ago #94311

Hello Paul:

Thank you for your response. I'm using SPPB Version 3.8.9.

I'm also refering to columns within rows, not the single image layout.

The URL is here

0
MK
Michael Koerner
Accepted Answer
1 year ago #95140

Paul:

I cannot thank you enough for your help, not only on this matter but everything!

This worked like a charm!

Take care,

0