Hiya, please refer to the above original thread for the example images – I previously installed Twenty Twenty and Twentig in 2020, and had icons alongside the author, post date, and meta tags.
This seems to have changed – is there any way to get the icons back while using Twentig?
]]>.postdate {
float: left;
display: inline;
margin: 5px 10px 0 0;
padding: 2px 0 0 0;
background: url(https://bakemeahcake.com/wp-content/uploads/2015/04/date_img.png) no-repeat;
width: 68px;
height: 88px;
text-align: center;
}
My background image is a blue cupcake. I have also added the ‘postdate’ class to the single, index and search php loops as directed. My site link is https://bakemeahcake.com
Thank you, Salma
]]>thanx
https://www.ads-software.com/extend/plugins/advanced-most-recent-posts-mod/
]]>That date icon won’t float all the way to the right on the excerpted posts. I just don’t understand why not! I sort of think it has to do with the category icon (float left) not being on those posts, but if I’m telling it to float left it should!
My CSS for date is:
.date {
float: right;
width: 50px;
height: 55px;
margin: 10px 0;
padding: 5px 0 0;
background: url(images/datebg.jpg) no-repeat;
font-family: Georgia, Times, “Times New Roman”, serif;
font-size: 120%;
text-align: center; }
HTML is:
<div class="date">
<?php the_time('M','',''); ?><br />
<?php the_time('j','',''); ?>
</div>
A page can be seen here https://chickensintheroad.com/barn/
Any help would be so much appreciated
]]>That date icon won’t float all the way to the right on the excerpted posts. I just don’t understand why not!
My CSS for date is:
.date {
float: right;
width: 50px;
height: 55px;
margin: 10px 0;
padding: 5px 0 0;
background: url(images/datebg.jpg) no-repeat;
font-family: Georgia, Times, “Times New Roman”, serif;
font-size: 120%;
text-align: center; }
HTML is:
<div class="date">
<?php the_time('M','',''); ?><br />
<?php the_time('j','',''); ?>
</div>
A page can be seen here https://chickensintheroad.com/barn/
Any help would be so much appreciated
]]>