Hi, I would like to know how I can change the date position in Masonry.
I want to put the date just before the entry title. Here a screenshot to show you what I want :)
Can you tell me where I can find the PHP file I need to modify ?
Thank you in advance for your help !
Regards,
Thibault
Hey Obeatone!
Please go to Enfold/config-templatebuilder/avia-shortcodes and edit masonry_entries.php file
Cheers!
Yigit
Thank you very much for your quick answer ! :)
Regards,
Thibault
I tried but I’m too weak in PHP to do that :(
Can you tell me what I have to do to put the date before the title ?
Thank you in advance for your reply !
Regards,
Thibault
Any idea ? :)
Hi!
You can add this on Quick CSS:
span.av-masonry-date.meta-color.updated {
position: absolute;
top: 20px;
}
.av-masonry-entry .av-masonry-entry-title {
margin-top: 20px;
}
Regards,
Ismael
Ok, if there is no way to do it in PHP I will do it with CSS ;)
Thank you for your help !
Regards