[OFFER ALERT!] This Halloween, Get Any Premium Theme for Just $19 [GET IT NOW]
Jump to content

Mili

Support
  • Posts

    125,216
  • Joined

  • Last visited

Posts posted by Mili

  1. Hello,

     

    To make the theme look like the demo go to WP > Settings > Reading and ensure that your front page is set as "Your latest posts".

     

    Then go to Theme Options > Import/Export and import the theme settings.

     

    If that fails; Please share your WordPress login details in the "Sensitive Data" section by editing your first post on this thread and following instructions as shown in the screenshot below and we will take a look:

  2. Hello,

     

    I assume you wish to apply that to the posts on the homepage. If yes; 

     

    You can go to Styling Options > Custom CSS and add this:

     

    @media screen and (max-width: 600px) {
    .front-view-content {
        width: 47%;
    }
    article.latestPost.excerpt {
        border-bottom: 5px solid lightgray;
    }
    #featured-thumbnail {     
    max-width: 44%;     
    float: left;     
    margin-right: 20px; 
    }}
×
×
  • Create New...