Hi,
I would like to remove/adjust the padding between the google map and the footer below. Somehow I can’t target this specific padding, when I change the padding of the container, all elements are changed. The url is in the private content.
Regards,
Erwin
Hey Erwin,
Please try the following in Quick CSS under Enfold->General Styling:
.home #after_full_slider_1 {
display: none;
}
Best regards,
Rikard
Hi,
Thanks for your reply. When I enter this snippet, it also removes the column in my google map with the adres in it. In the backend is this block located beneath the google map, I put it up with a negative margin.
Regards,
Erwin
Hi Erwin,
Thanks for the update. Please try this CSS instead:
.home #after_full_slider_1 .content {
padding-top: 0;
padding-bottom: 0;
}
Best regards,
Rikard
Hi,
This snippet did it!! I’d already tried to changed the padding to 0 0 0 0, but I notice now that when the padding is specified to top and bottom, I also hav to overrule them with the same arguments.
Thanks!!
Regards,
Erwin
Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan Shannon
Ticket can be closed.
Regards,
Erwin
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon