Two Buttons In Slideshow Don't Align - Question | JoomShaper

Two Buttons In Slideshow Don't Align

N

Neil

Template 3 weeks ago

Using Shaper Hope template and in the slideshow there are two buttons. These look great on desktop etc., but on mobile view the right button is a few pixels below the line of the left button - it just looks wrong.

Any idea how this can be fixed?

0
4 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 weeks ago #154057

Hi

Use this CSS in your custom.css file

@media only screen and (max-width: 844px){
.sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg .sppb-fw-slider-button-wrapper a.sppb-btn-success {
  margin-top: 0px !important;
}
}
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 weeks ago #153939

Hi

Thanks for contacting us. Could you please give me a screenshot of your issue?

-Regards.

0
N
Neil
Accepted Answer
3 weeks ago #153955

0
N
Neil
Accepted Answer
3 weeks ago #154075

Thank you Mehtaz.

On the same page when viewing on mobile, the social media icons on the footer appear on top of each other rather than alongside each other, as they do on all other views.

0