Tagged: x
-
AuthorPosts
-
December 11, 2016 at 11:32 am #1289079
Kim gParticipantHello-
Is there a way to remove the space and lines around the post titles on this archive page?
http://devv.newworldeconomics.com/archives/
I’d love for it to read as close to a plane list as possible. Meaning, look like this:
http://www.newworldeconomics.com/archives/So I’m hoping I can remove the spacing around each post title. I am also unsure what the 3 dots are below each post title?
Thank you,
KimDecember 11, 2016 at 11:38 am #1289087
ThaiModeratorHi Kim,
Please add the following CSS:
.hentry .entry-wrap { border: none; padding: 0; }Hope it helps 🙂
December 11, 2016 at 12:22 pm #1289113
Kim gParticipantThank you that was a great step forward.
But it has effected the title and top spacing on every other page. How can I add a little space at the top and bottom while keeping the spacing between posts the same?
Meaning, check here: http://devv.newworldeconomics.com/bio/
The bio title is smack up against the breadcrumb bar.
Thank you again- Kim
December 11, 2016 at 12:48 pm #1289123
RupokMemberHi Kim,
Let’s update the code a bit :
.blog .hentry .entry-wrap { border: medium none; padding: 0; }It won’t affect the other pages.
Cheers!
December 11, 2016 at 1:57 pm #1289141
Kim gParticipantGreat that it is just the archive page now, thank you. I still need a slight gap at the top of the archive page so it is not so close to the top. When I change the values in the CSS above it puts space between all the content, and I just need it at the top:
http://devv.newworldeconomics.com/archives/December 11, 2016 at 5:43 pm #1289296
NicoModeratorHi There,
Add this in your customizer > Custom > CSS:
.blog .x-container.offset-bottom{ margin-top:30px; }Let us know how it goes.
Thanks.
December 12, 2016 at 8:48 am #1290017
Kim gParticipantperfect! thank you much
December 12, 2016 at 9:11 am #1290055
RupokMemberYou are welcome!
Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.
Thanks for using X.
Cheers!
December 12, 2016 at 4:22 pm #1290527
Kim gParticipantBack again.
I didn’t realize this would only apply to my main blog page, I need the same spacing for all category pages.
See here: http://devv.newworldeconomics.com/category/full-archive/
But need it to look like what we accomplished here:
http://devv.newworldeconomics.com/archives/Look forward to your response,
KimDecember 12, 2016 at 11:06 pm #1290826
RupokMemberHi Kim,
Let’s update your existing code to following :
.blog .hentry .entry-wrap, .archive .hentry .entry-wrap { border: medium none; padding: 0; } .blog .x-container.offset-bottom, .archive .x-container.offset-bottom{ margin-top:30px; }Cheers!
December 13, 2016 at 8:31 am #1291343
Kim gParticipantyou guys are THE.BEST. thank you
December 13, 2016 at 9:33 am #1291412
ThaiModeratorYou’re most welcome 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1289079 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
