Tagged: x
-
AuthorPosts
-
July 14, 2016 at 9:55 am #1086891
dbelkieParticipantHi guys!
I was wondering if someone could point me int he right direction.I am trying to add a thin line between each of my blog posts.
The page is:
http://dev01.everythingcloud.com/blog/And this is the css code I was using before.
/* Add line between blog posts */
.article {
border-bottom: 1px solid #cccccc
}Thanks in advance!
DanJuly 14, 2016 at 12:05 pm #1087097
RupokMemberHi Dan,
I am getting this on your site so couldn’t check – http://prntscr.com/bswflv
However the above code should work; what’s wrong with that?
You could use a bit more sophisticated code for this purpose though :
.blog article.hentry { border-bottom: 1px solid #ccc; padding-bottom: 10px; }Hope this helps.
July 14, 2016 at 1:13 pm #1087223
dbelkieParticipantThanks for the response.
The updated code does not seem to work. I swear it used to! I have also made it so you have access to the site now:
http://dev01.everythingcloud.com/blog/Any ideas?
DanJuly 14, 2016 at 5:32 pm #1087534
JadeModeratorHi Dan,
Please try this:
.blog .hentry .entry-wrap { border-bottom: 1px solid #ccc; }Hope this helps.
July 14, 2016 at 5:46 pm #1087546
dbelkieParticipantThat worked!
Thanks
DanJuly 14, 2016 at 10:13 pm #1087943
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1086891 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
