Editing Addon Countdown - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Editing Addon Countdown

Denis Mone

Denis Mone

Extension 3 years ago

Hi In the mobile version, the counter is folded into 2 columns. I need one column. How to do it?

Thanks, Denis

0
5 Answers
Pavel
Pavel
Accepted Answer
3 years ago #43514

Please add the following css rule in custom css section

Hi.

It is for one row.

For one column I think it should be so.

.sppb-countdown-timer .sppb-col-xs-6 {
    flex: 0 0 100%;
    max-width: 100%;
}

Or

0
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #43510

Hello

Thank you for your query.

Please add the following css rule in custom css section

.sppb-countdown-timer .sppb-col-xs-6 {
  max-width: 25%;
}

Kindly do let me know if that works.

0
Denis Mone
Denis Mone
Accepted Answer
3 years ago #43540

Kindly do let me know if that works.

yes it worked

0
Denis Mone
Denis Mone
Accepted Answer
3 years ago #43541

For one column I think it should be so.

yes it worked. But I needed 4 columns (as in the destop version)

0
Denis Mone
Denis Mone
Accepted Answer
3 years ago #43543

Thanks for the support!

0