Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #913203
    mtusa
    Participant

    Hello,
    on this page, http://1e4.ff4.myftpupload.com/work-with-us/. the contact form has an extra spacing at the bottom. (see “extra spacing” picture)
    how do we remove it?
    then on this page http://1e4.ff4.myftpupload.com/blog/
    There is a huge white space that appears in the Recent Posts widgets. (see “extra white space)

    Thank you!

    #913206
    mtusa
    Participant
    This reply has been marked as private.
    #913634
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in!

    1] To remove the space underneath the contact form, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .site .wpcf7-form {
        margin-bottom: 0;
    }

    2] Your recent post element in the footer is not displaying correctly because you have added a custom css that modifies the element. You have to make sure that it will be reset and be displayed as normal in some areas. To resolve this issue, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    footer.x-colophon.top .x-recent-posts .x-recent-posts-content,
    .x-recent-posts .x-recent-posts-date{
        display: block;
    }
    
    footer.x-colophon.top .x-recent-posts article.hentry>.entry-wrap {
        height: auto
    }

    Please let us know if this works out for you.

    #914195
    mtusa
    Participant

    the first one works perfectly! the second one worked but its not how we want it.
    We want to remove the title and the text below; just leaving the image from the blog. Is there a way that we can remove the white space on that page?

    #914541
    Joao
    Moderator

    Hi There,

    Please try addding the following code in your Appearence / Custom / CSS

    
    .x-recent-posts article.hentry>.entry-wrap {
       height: 95px !important;
       overflow: hidden;
    }

    Hope that helps,

    Joao

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