Tagged: x
-
AuthorPosts
-
May 4, 2016 at 3:52 pm #913203
mtusaParticipantHello,
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!
May 4, 2016 at 3:53 pm #913206
mtusaParticipantThis reply has been marked as private.May 4, 2016 at 9:47 pm #913634
Rue NelModeratorHello 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.
May 5, 2016 at 7:50 am #914195
mtusaParticipantthe 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?May 5, 2016 at 11:44 am #914541
JoaoModeratorHi 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
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-913203 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
