Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • niltonmeloba Friend
    #195623

    Please, I need to set a default size for all images in the home, (mod_articles_category / features.php)


    1. fubix-home
    Hayden A Friend
    #526068

    @niltonmeloba,
    <blockquote>I need to set a default size for all images in the home</blockquote>

    I need to have a closer look into your site, please PM me url, admin credentials.

    By the way, please give it a try by creating a new css file named: custom.css in the templatesja_bizcss path, then add following rule:
    [PHP]@media (min-width: 767px) {
    .trending li .showcategory .img-intro {
    min-height: 250px;
    max-height: 250px;
    }

    .trending li .showcategory .img-intro img {
    height: 250px;
    width: 100% !important;
    }
    }[/PHP]

    You can change the height value. Let me know how it goes.

    niltonmeloba Friend
    #526114

    Thanks! It’s working!

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  niltonmeloba 10 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum