• Closed
  • Udo Rapp
    Spectator
    July 19, 2015 at 10:16 pm #19041

    Hi,

    I thought, I already posted this question… but I cannot see it on the forum 🙁

    Again:

    I would like to adjust (reduce) the vertical height of th Posts slider.

    1.) Is there a way to define a fixed height of the slider?

    2.) Can one define the image size and the padding above/below the image?

    Thank you in advance,

    Udo

    Denzel Chia
    Moderator
    Posts: 2656
    July 20, 2015 at 4:32 am #19044

    Hi,

    We can give it a try using Custom CSS, Please post the url to your posts slider.
    We will see if it’s possible to achieve your requirement.

    Thanks!
    Denzel

    Udo Rapp
    Spectator
    Posts: 7
    July 20, 2015 at 8:09 am #19049

    Hi Denzel,

    thanks for your reply. I think, I have found most of it in between and modified my CSS as follows:
    #slide_holder {
    position: relative;
    background: rgba(0, 200, 0, 0);
    min-height: 210px;
    display: block;
    z-index: 0;
    clear: both;
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
    }
    #slide_holder .featured-thumbnail img {
    width: auto;
    max-height: 200px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    -box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
    }
    #slide_holder p {
    margin: 10px 0 0 0;
    }
    #slide_holder .featured-title {
    margin-bottom: 0px;
    }

    .post-more {
    bottom: 5px;
    left: 20%;
    }

    I would still like to reduce the padding between slider top and the Posts title. Could you help me there?

    The url is http://www.2RadReise.de

    Thank you in advance

    Denzel Chia
    Moderator
    Posts: 2656
    July 20, 2015 at 10:26 am #19051

    Hi,

    Please try this Custom CSS

    #slide_holder .featured-title, #slide_holder p {
    position: relative;
    top: -30px;
    }

    Please see screenshot of result. http://prntscr.com/7ur4bv

    Thanks!
    Denzel

    Udo Rapp
    Spectator
    Posts: 7
    July 20, 2015 at 12:26 pm #19052

    Works,

    thank you for the perfect service 🙂

    Denzel Chia
    Moderator
    Posts: 2656
    July 20, 2015 at 7:27 pm #19057

    You are welcome!