Mobile View Responsive - Question | JoomShaper

Mobile View Responsive

AF

Alvaro Fernandez

SP Page Builder 3 years ago

Hi,

We have the subscription module at the bottom of our pages. when you go to Mobile view it is not responsive. The area for the email is very small... How can we modify this? Thanks

0
3 Answers
AF
Alvaro Fernandez
Accepted Answer
3 years ago #2466

Thanks Rashida !! its good.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #2465

Hi there!

You can remove the padding of the subscribe button only for smaller screens.

So here is a sample media query for you, please put this into your custom.css file:

@media only screen and (max-width: 992px){
    #btn-1609971385558{
        padding: 0;}
}

You can change the padding value if you want!

Hope this will solve the issue for you!

Best Regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #3633

You are always welcome!

0