Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1199813

    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

    #1200055

    Hey Erwin,

    Please try the following in Quick CSS under Enfold->General Styling:

    .home #after_full_slider_1 {
      display: none; 
    }

    Best regards,
    Rikard

    #1200215

    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

    #1200414

    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

    #1200693

    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

    #1200717

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1200769

    Ticket can be closed.
    Regards,

    Erwin

    #1200810

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Remove padding container’ is closed to new replies.