Reduce height slider image

Discussion in 'Andrina WordPress Theme' started by danteunipv, Apr 28, 2016.

  1. danteunipv

    danteunipv Member

    Joined:
    Feb 3, 2015
    Messages:
    59
    Likes Received:
    1
    Dear friends
    Can I reduce sixe height slider image.
    I would like to have height 312px
    my website: http://sasseralab.unipv.it/
    Best regards
    Dante
     
  2. priya

    priya Guest

    Hello, Dante..

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .slides_container div.slide img {
        height: 312px !important;
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. danteunipv

    danteunipv Member

    Joined:
    Feb 3, 2015
    Messages:
    59
    Likes Received:
    1
    Hello Priha
    Can I write the code in style.css?
    can you helpme please?
    Thanks and Regards
    Dante
     
  4. priya

    priya Guest

    Sure..!!! Dante...
     
  5. danteunipv

    danteunipv Member

    Joined:
    Feb 3, 2015
    Messages:
    59
    Likes Received:
    1
    Hello Priha,
    the solution doesn't work.
    - I wrote the code in section Custom CSS
    - I uploaded image
    - I tested the code on beta web site: http://byte-store.biz/
    Thanks and regards
    Dante
     
  6. priya

    priya Guest

    Hello, Dante..

    I have checked the code at our end and it works perfectly...

    Would you please clear your cache and check the result after that...

    Or, try below code instead of that..
    Code:
    .slides_container, .slides_container div.slide, .slides_container div.slide img {
        height: 312px;
    }
    #slides .caption {
        bottom: 30px !important;
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page