• I am using the pro version of the plugin and overall I am happy with it. One frustration I am having is the position of the Read More button. I would like to move it down so it is not so close to the excerpt.

    I am developing my client’s website on a local server so i can’t share a link, but the screenshots below will show the issue:

    This is the default position of the Read More button:

    This is the desired position of the Read More button:

    I have not been able to push the button down. Any solutions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Content Views

    (@pt-guy)

    Hi there,
    Thank you for contacting us.

    Please add this code to Custom CSS field (the left textarea) in Content Views >> Settings page:

    
    #pt-cv-view-VIEW_ID  .pt-cv-readmore {
    margin-top: 15px;
    }
    

    (replace VIEW_ID with ID of your View)

    For further Pro support, please contact us here.

    Best regards,

    Thread Starter figure2

    (@figure2)

    It’s better than it was but when I increase the top margin to 22px, I saw that the Read More button’s top margin is ignored by the excerpt block above it. Any way to adjust a bit more?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Position of the Read More button’ is closed to new replies.