How to balance the height of images on blog posts page?

Home Forums Jevelin Theme How to balance the height of images on blog posts page?

Home Forums Jevelin Theme How to balance the height of images on blog posts page?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • wassim
    Participant

    I was able to adjust the height of images on projects page with the help of a code you provided us http://www.asiacontracting.com/projects/, how to do the same on blog posts page http://www.asiacontracting.com/blog/?

    Hi @wassim,

     

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

     

    You have to develop the code for Blog also.

     

    Your shared blog page is not displaying for us so please make sure it is displaying so that we can check how we can achieve it.

     

    Best regards,
    Shufflehound team

    wassim
    Participant

    You provided something CSS for projects. Here is the blog page, http://www.asiacontracting.com/news/

    wassim
    Participant

    Please provide for this page too

    You can try achieving this by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .page-template-page-blog article .sh-gallery,
    .page-template-page-blog article .post-meta-thumb {
        max-height: 262px !important;
    }
Viewing 5 posts - 1 through 5 (of 5 total)