Archived topic
Problem with website design!
5 replies · Started by Marcin on December 8, 2017
I have two elements on my website - post vievs counter [shortcode] and date (I write it by hand). I want it to look like this page.
https://arturjablonski.com/katalog-produktow-na-facebooku/
I mean:
19 lipca - PPC (Adwords & FB Ads)
Two elements next to each other - Post vievs counter and date for post published.
Can you help?
Example page: https://marcinszkodzinski.pl/przyklad/
Hi there,
Try something like this:
.entry-meta {
display: inline-block;
}
Thanks!
The last question:
The clock icon is too high (about 2,3px)
How to lower it?
Line-height doesn't work.
See:
Try this:
.fa-clock-o:before {
position: relative;
bottom: -3px;
}
Thanks. Is ok!
You're welcome :)