Tagged: magazine
I used magazine element to list post titles, as seen in the main page http://www.evtrans.com (near footer).
How can I put a customized bullet before a post title?
How can I show the post date after a post title (in a same row)?
Is there any better way to display the post titles?
Thank you
Hey evtrans,
Thank you for the inquiry.
You can use this css code to create a bullet point before the magazine title.
.av-magazine-entry:before {
float: left;
display: inline-block;
content: '';
-webkit-border-radius: 0.375rem;
border-radius: 0.375rem;
height: 0.75rem;
width: 0.75rem;
margin-right: 0.5rem;
background-color: #bdbdbd;
}
Best regards,
Ismael
Hi,
Try to adjust the css code a bit and specify the top position. Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
.av-magazine-entry:before {
float: left;
display: inline-block;
content: '';
-webkit-border-radius: 0.375rem;
border-radius: 0.375rem;
height: 0.75rem;
width: 0.75rem;
margin-right: 0.5rem;
background-color: #bdbdbd;
top: 5px;
position: relative;
}
Best regards,
Ismael
It works, thank you @Ismael
Hi,
Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
No other help needed, thank you. Pls close it.
Hi,
Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard