Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #80319
    Marko
    Member

    Hello!
    Can add 5th feature in same line and how?
    Also i have question about feature images, they are not the same size. I put 4 transparent png pics similar resolution for each feature but result is not ok.

    #80321
    Pratik
    Keymaster

    Hi @Marko,
    Can you please post in your site URL so that I can check it?

    #80340
    Marko
    Member

    Here is
    URL

    Thanks for quick response Pratick

    #80351
    Mahesh
    Keymaster

    Hi @Marko,

    Yes, you can add 5th Featured Content in the same line. Add custom CSS as below in “Appearance => Theme Options => Custom CSS” box:

    @media screen and (min-width: 981px) {
         #featured-post.layout-four .post:nth-child(4n+1), 
         #featured-post.layout-three .post:nth-child(3n+1){
              clear: none;
         }
    
         #featured-post.layout-four .post{
              width: 18%;
         }
    }
    #80363
    Marko
    Member

    Works flawlesly thanks a lot Mahesh

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Can i add 5th feature in same line’ is closed to new replies.