Remove padding/margin and customize for mobile
-
No website to show, it needs to remain blocked.
But mc4wp has been installed inside the footer. It is horizontally formatted with the button to the right of the email form. Above the entire form is a large space that needs to be removed. I’ve tried custom CSS to remove padding and margins. But nothing. Any suggestions/code to remove this large gap?
https://drive.google.com/file/d/1AUDloHIV9-FaFzpLERv5BGkVl73ryUCj/view?usp=sharing
Second, I’m trying to have it display vertically when viewed on mobile. I’m using this code
@media( max-width: 580px ) {
.mc4wp-form input[type=”text”],
.mc4wp-form input[type=”email”]{
display: block;
width: 100% !important;
max-width: 100% !important;
}
}https://drive.google.com/file/d/1hyoIIQ3_0KDdAjMJJAHWUtLrEVLZotzr/view?usp=sharing
It does display vertically, but it’s because the email box is pushing it, the code isn’t adjusting it. I want to customize the mobile version specifically, because the spacing/alignment is off.
The topic ‘Remove padding/margin and customize for mobile’ is closed to new replies.