Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #419983

    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

    #420776

    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

    #420912

    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

    #421370

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .page-id-9606 #after_section_1 .content {
      padding-bottom: 10px;
    }

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.