Layout Changes

Thank you very much for your wonderful service. I am not a professional coder but know a little bit about html tags. I have a few questions regarding the layout of the theme.

  1. I would like to place a medium length search bar just below to the logo.
  2. I would like to get listed the posts (in all pages) below to the search bar without the ‘read more’ label.
  3. I would like to remove special format of first two posts in the home page posts (i.e., horizontal line and extra spaces between). Simply want to follow the general format of posts listed below the first two posts. It would be great if the same format will be replicated in all listing pages (ex: category based listing, search result listing etc.)

Hope your support and advance thanks for your kind suggestions.

Hi @mwebs38,

I hope you are well today and thank you for your questions.

3. I would like to remove special format of first two posts in the home page posts (i.e., horizontal line and extra spaces between). Simply want to follow the general format of posts listed below the first two posts. It would be great if the same format will be replicated in all listing pages (ex: category based listing, search result listing etc.)
@media (min-width: 768px){
body.archive article.post{
      width: 50%;
      float: left;
}
body.blog.home #page article.post:first-child,
body.blog.home #page article.post:nth-child(2) {
    width: 50%;
    clear: none;
    float: left;
}
body.archive #page article.post:first-child,
body.archive #page article.post:nth-child(2) {
    clear: none;
}

body.archive article.post:first-child,
body.blog.home #page article.post:first-child {
    padding-right: 25px !important;
}
body.archive article.post:nth-child(2),
body.blog.home #page article.post:nth-child(2) {
    padding-left: 25px !important;

}
body.archive article.post .post-inner-content,
body.blog.home #page article.post .post-inner-content {
  padding-bottom: 0;
  border: 0;
}

}
1. I would like to place a medium length search bar just below to the logo. 2. I would like to get listed the posts (in all pages) below to the search bar without the ‘read more’ label.

You have to develop custom PHP code to achieve this.

Developing custom code for custom functionality is beyond the scope of support that we provide here.

If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Colorlib recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5

Best Regards,
Movin

Excellent. You are a great human being! Thank you very much for your kind help.

You are most welcome here :slight_smile: