Padding - Question | JoomShaper

Padding

X

Xandreinox

Template 3 years ago

Hello support, what can i have to insert in the Custom css of the Addon Countdown to insert much space (in the mobile version) between boxes (days, hoours, minutes, seconds)? More precisely where there are the red marks in the screenshot.

https://www.dropbox.com/s/sl43mhf0s7sjyk3/Padding.jpg?dl=0

Tks in advance

Andrea!

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #2651

Hi Use this custom css

@media (max-width: 767px){
.sppb-countdown-minutes.sppb-col-xs-6.sppb-col-sm-3.sppb-text-center {
    margin-top: 20px;
}
.sppb-countdown-seconds.sppb-col-xs-6.sppb-col-sm-3.sppb-text-center {
    margin-top: 20px;
}
}

In Extensions>Template> Template Options > Custom Code > Custom CSS please add this Thanks

0
X
Xandreinox
Accepted Answer
3 years ago #2661

Super tks!

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #2825

Most welcome

0