Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I am in a situation, i want to reduce my sliders height.

I did try changing the height at the nive-slider.css(line 18) and the home.php(line 14) But to no use.

I am not able to override the elements.style. Any idea how can i go about doing this, or if i am missing something ?

Anyone has any ideas on how to do this ?

share|improve this question
Ask pure HTML, CSS or JavaScript questions on Stack Overflow. – toscho Apr 30 '12 at 12:40

closed as off topic by toscho Apr 30 '12 at 12:40

Questions on WordPress Answers are expected to relate to WordPress within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

try to give height in your nive-slider.css by declare !important

i.e

.class_name{
    height:100px !important;
}
share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.