Okay
  Public Ticket #3820196
Spacing and Excerpt Font Size Issues
Open

Comments

  •  1
    asingh2404 started the conversation

    Hi, I'm facing two issues.

    1 - There is too much space both on web, mobile above related posts.
    2 - I can't seem to be able to fix the excerpt font size.

    Thanks

  •  1,986
    Judith replied

    Hello Asingh,

    Thanks for writing in!

    To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:

    From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:

    .ascend .related-post-wrap h3.related-title, .material .related-post-wrap h3.related-title {
        padding-top: 0;
        margin-top: -3em;
    }
    .related-posts .article-content-wrap .excerpt {
        font-size: 20px;
    }
    
    

    Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related. If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help.