Tagged: x
-
AuthorPosts
-
January 28, 2017 at 10:53 am #1348952
Rob DParticipantI used this css code to remove the featured image from all Pages.
.page .entry-featured { display: none; !important;
}However this left a border. I was able to remove the border using this:
.entry-featured.mtn {
display: none !important;
}However there is still a blank space at the top of the page. Have searched the forums for answers but nothing worked to remove this spacing. Please help.
January 28, 2017 at 10:53 am #1348953
Rob DParticipantThis reply has been marked as private.January 28, 2017 at 10:12 pm #1349285
DarshanaModeratorHi there,
Thanks for writing in! Upon checking, I see that you have the following CSS rule defined, cause this issue. Please try removing it.
.entry-content { margin-top: 25px; }Thanks!
January 28, 2017 at 10:45 pm #1349297
Rob DParticipantI don’t believe that is something I’ve added. It’s definitely not in the Customizer Global Css section, is there somewhere else I should be checking?
As far as I can see the blank space is only there when there is a featured image assigned to the Page. If I remove the featured image the blank space disappears.
January 29, 2017 at 3:20 am #1349415
Rue NelModeratorHello There,
Thank you for the clarifications. When I checked your page, I found that you have hidden the featured image using the css code as shown here: http://prnt.sc/e1qmb7
In the entry content, there is a default top margin. You can clearly see it here: http://prnt.sc/e1qmg1
If you want to remove this, you can add this css code in the customizer;
.page .entry-content { margin-top: 0; }And you should have something like this: http://prnt.sc/e1qmno
Hope this helps.
January 29, 2017 at 10:47 am #1349681
Rob DParticipantThanks, that worked.
January 29, 2017 at 10:51 am #1349684
ThaiModeratorIf you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1348952 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
