• Resolved omgkitteh

    (@omgkitteh)


    Hello Alex,

    Been searching for nice wordpress theme for my blog and found yours. It really is lovely and the best for me so far. I was just wondering is there any chance I could make height of the feature slider on the Home page fixed so the contents don’t jump up and down, even tho’ they do it smoothly. I was trying to find code in CSS but I think I will quicker get the answer from you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Install the PC Custom CSS plugin and place the following code.

    .flexslider .slides img {
    	height: 340px;
    	width: auto;
    }

    Change the height value as desired.

    Thread Starter omgkitteh

    (@omgkitteh)

    Thanks 🙂

    I have the same problem and tried to fix it like this. It did not work.

    To activate the PC Custom CSS plugin, it said to type the CSS into Custom CSS under Appearance. I did not know what to type. So I pasted the code written above. It did not work.

    What am I supposed to put in the Custom CSS place and where am I supposed to put the code above.
    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fixed height of the Feature Slider’ is closed to new replies.