Hi
My portfolio page:
http://cching.tw/wedding-works
I have to question,
1. The thumbnail images looks weird on iPad. (please check here: http://note.io/19gfFnA)
2. How to hide the meta (date & comment count)? Only on this page?
Thanks for the help!
Mark
Hi Mark!
Add this to your custom CSS.
.slide-entry-wrap img { width: 100% !important; }
And then drag a codeblock element to this page and add this inside it.
<style type = "text/css">
.slide-meta { display: none !important; }
</style>
Best regards,
Elliott
Thanks Elliott,
It almost solved, one little question is, the codeblock element will take a blank space, how to make them truely invisible in the page?
Thanks a lot.
Mark