• Hello,

    I am trying to increase the height of the slider so it can fit my image better. Right now 30% of it gets cut off. the width is fine.
    I tried to find the spot on the code where i can change the height but I cant find it.

    Can you help me which file and which line of code is going to change the height for slider 1.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter websitefreelancer

    (@websitefreelancer)

    I am looking at right now style.css file.
    Section 6.3 Banner slider as shown on the following code.
    I tried changing the last line max-height to 1200 but no change???

    Please let me know if aI am on right track?
    Thanks

    /**
    * 6.3 Banner slider
    * —————————————————————————-
    */
    .ibanner {
    display: block;
    width: 100%;
    background-color: #95C837;
    text-align: center;
    position: relative;
    overflow: hidden;
    }

    .da-img {
    }

    .ibanner ul,
    .ibanner ul li {
    margin: 0px;
    padding: 0px;
    }

    .ibanner .da-slider {
    z-index: 0;
    position: relative;
    text-align: center;
    max-height: 600px;
    }

    Theme Author marsian

    (@marsian)

    the max size is 1200×440 and the size is defined as “iexcel-slider-thumb” in functions.php

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Increase the slider height’ is closed to new replies.