Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1294032
    Fedde
    Participant

    Hey staff,

    There’s an img on section 2 in the 2nd column. I want to remove the spacing below the img so that the picture hits the 3rd section, while not moving the text and form in the 1st column of section 2.
    URL: http://www.feddewestera.nl

    I’ve tried to following css:

    .x-column.x-sm.x-1-3 {
    margin-bottom: 0px;
    }

    this didn’t work.
    also,

    margin-bottom: -32px !important;
    padding-bottom: 0 !important;

    in the style section of the element. This did work, but the row was going through the 3rd section on smaller screens.

    Best regards,

    Fedde

    #1294066
    Paul R
    Moderator

    Hi Fedde,

    Thanks for writing in!

    Please add mbn in the class field of your image element in cornerstone.

    mbn – margin bottom none

    eg. http://screencast.com/t/jOqOaRIPVQe

    Hope that helps.

    #1294084
    Fedde
    Participant

    Hi,

    That didn’t do the trick.

    Best regards,

    Fedde

    #1294103
    Friech
    Moderator

    Hi Fedde,

    You can add this under Custom > CSS in the Customizer.

    body .gform_wrapper {margin-bottom: 0;}

    Thanks.

    #1294120
    Fedde
    Participant

    Thanks alot for the fast fix! Looks perfect!

    Best Regards,

    Fedde

    #1294136
    Christian
    Moderator

    You’re welcome.

  • <script> jQuery(function($){ $("#no-reply-1294032 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>