Hi, as you can see here – https://www.screencast.com/t/1vfeHCcHnHKG – the meta tag line is not aligned correctly. I want all the info to be center aligned under the post title. how can I do that?\
Thanks.
Hey DROR,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.rtl .post-meta-infos time {
float: none;
display: block;
}
Hope this helps :)
Best regards,
Nikko
Thanks but now the date is not in the same line as the other meta info – https://www.screencast.com/t/nwSvkYtt6d – how can I have it all in the same line and centered?
Thanks!
Hey,
Please replace the last code I gave:
.rtl .post-meta-infos time {
float: none;
display: block;
}
to this:
.rtl .post-meta-infos time {
float: none;
}
:)
Regards,
Nikko
Thanks.
Hi,
Glad we could help :)
Best regards,
Nikko