Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1085825
    plug2_studio
    Participant

    Hi there, I have a problem with spacing on the page I am designing. There is an added space under every section of the home page.I am attaching a screenshot as a reference.I am referring to the white space between stripy line and aqua line.you will see that space is added I checked all margins etc. Can you please help with this this. The http://frombasquewithlove.p2sdevworkserver.com

    #1086345
    Lely
    Moderator

    Hi There,

    Thank you for the link and screenshot. The space you were seeing is the default image bottom margin. We can get rid of this by adding mbn on the image class field.
    (m) – margin (b) – bottom (n) – none
    Please check this link for other helpful classes:https://community.theme.co/kb/css-class-index/
    But then I can see that you have sort this our using the following custom CSS:

    .x-img.no-spacing {
        margin: 0;
        padding: 0;
    }
    

    That works too.

    Cheers!

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