Carroussel picture size

Discussion in 'ClassiCraft WordPress Theme' started by aster media, Dec 4, 2015.

Thread Status:
Not open for further replies.
  1. aster media

    aster media Member

    Joined:
    Mar 15, 2012
    Messages:
    408
    Likes Received:
    8
    Just a question please. Is it possible to create a slightly enlarged picture size of the carroussel on homepage and other pages? The picture size for instance on Geocraft is effectively larger for its purpose.

    Thanks,
    Steven
     
  2. priya

    priya Guest

    Hello Steven,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .owl-carousel .owl-item {
        width: 130px !important;
    }
    #owl-demo .items {
        width: 106px;
        height: 93px;
    }
    #owl-demo .items img {
        width: 100% !important;
        height: 93px !important;
    }
    
    Note: Change numeric value as per your requirement.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
    aster media likes this.
  3. aster media

    aster media Member

    Joined:
    Mar 15, 2012
    Messages:
    408
    Likes Received:
    8
    Hmmm, interesting! Thanks!
     
Thread Status:
Not open for further replies.

Share This Page