Simple Portfolio 2 Columns In Mobile - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Simple Portfolio 2 Columns In Mobile

MK

Michael Koerner

Extension 3 years ago

Hello:

How can I make it to where while in mobile view, you can have two columns instead of just one in the mobile view?

Thanks, Michael

0
7 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #82364

Hi there,

Thanks for contacting us. Sorry for the inconvenience. Please check now.

-Thanks

0
S
sayk
Accepted Answer
3 years ago #84268

Hi Toufiq,

i have the same question. What's there to check?
It seems there's no settings for mobile view. Default view is by 1column.

Happy hearing from you.

Thanks, Sebastian

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #84418

It seems there's no settings for mobile view. Default view is by 1column.

Yes, You are right. I just added css code to solve your issue.

0
S
sayk
Accepted Answer
3 years ago #84425

Ok, can you post that code? i'm having trouble to style it properly and could use some guidance. :)

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #84428

Share your site URL.

0
S
sayk
Accepted Answer
3 years ago #84505
0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #84607

Add this css code inside the custom.css file.

@media only screen and (max-width: 480px){
.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item {
    width: 50%;
}
}
0