Tagged: x
-
AuthorPosts
-
December 16, 2016 at 9:58 am #1295695
Kim gParticipantHello-
I would like to remove as much space as possible on my archive pages and on the blog page.
See here it looks like there is double spacing between article titles:
http://devv.newworldeconomics.com/archives/Because we will have an archive list of over 700 articles we want the spacing to be minimal, more like this page:
http://www.newworldeconomics.com/archives/How can I remove the space between article titles?
thank you as always,
KimDecember 16, 2016 at 10:30 am #1295735
Nabeel AModeratorHey Kim,
Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.blog article { position: relative !important; transform: none !important; float: left !important; } .blog .entry-content.excerpt { display: none !important; }Let us know how this goes!
December 16, 2016 at 11:16 am #1295772
Kim gParticipantThank you.
I altered the code to this because I want it to apply to all categories AND the blog page:
.blog article {
position: relative !important;
transform: none !important;
float: left !important;
}.entry-content.excerpt {
display: none !important;
}On the category pages it looks like this:
http://devv.newworldeconomics.com/category/full-archive/Can I remove the space between the title and meta data (between the title and the date)? Because right now it looks like hte date belongs to the article below it.
thanks again.
December 16, 2016 at 11:24 am #1295780
Nabeel AModeratorHi again,
Add this code in your Customizer:
.archive .p-meta { margin: 0 0 3px !important; }Let us know how this goes!
December 16, 2016 at 11:43 am #1295801
Kim gParticipantyou guys are THE BEST.
Thank you!
December 16, 2016 at 11:54 am #1295817
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1295695 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
