Okay
  Public Ticket #1347590
home page
Closed

Comments

  •  1
    susstorch started the conversation

    Hello,

    I am loving the new blog options that I came across with the new release.

    Some questions:

    -Is there a way to center the blog post title with the featured image if using "Recent Posts" to showcase blog posts on the home page? My titles are to the left just a bit, and it doesn't look great. 

    -Where did the "read more" buttons go when using "Recent Posts"? (None appear on my homepage.)


    -http://ofmountainsandearth.com/tips-tricks-for-ebay-selling/ <--if you go to that page, how can I reduce the empty space above the "You May Also Like" / featured posts?

    -Can I make the featured posts smaller? 


    Thanks,

    Susannah

  •  9,016
    Tahir replied

    Hey Again,

    Thanks,

    1: Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .blog-recent[data-style="default"] .col .post-header h3 {
        text-align: center !important;
    }

    2: The read more have been removed as a design decision as the titles link to the Post Page . 

    3: 

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .ascend .related-post-wrap h3.related-title, .material .related-post-wrap h3.related-title {
        padding: 20px 0 0px 0;
    }

    Thanks



    ThemeNectar Support Team