Can Columns Be Stacked On Mobile - Question | JoomShaper

Can Columns Be Stacked On Mobile

DA

Dina Abramson

Template 1 year ago

Hi, I am trying to stack columns (circled in red on attached image) on mobile. i have tried changing the columns in responsive in column settings and nothing changes.

The columns would look better stacked and centered, but I can't seem to make that happen

Any assistance is appreciated.

Thanks.

screenshot: https://awdtest1.com/images/stack_columns.png

0
2 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #68393

Hi there!

Thanks for the access.

I have checked and found out the code snippet within your custom CSS field which causing the issue:

.sppb-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 10%;
}

I have removed this portion and your mobile view is stacked as it should for the bottom portion.

Please check and let me know.

Best Regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #69010

Thanks for acepting the answer:)

0