Hi, hoping someone can help me with a couple of queries that I am sure are fairly simple on this site http://www.bytcollege.co.uk
I wan to put a border on the slideshow on the frontpage, and I have tried styling everything including the panel and the pane and nothing works. Am I missing something? What is the correct style?
And on the other pages, eg http://www.bytcollege.co.uk/about I want to reduce the gap between the end of the text and the start of the footer? Again CSS padding I presume but nothing works for me?
ANy help much appreciated!
Thank you!

Comments

thomaslausz’s picture

This is a drupal related forum, not an CSS related.

Try somethin like http://www.welovecss.com/
or an IRC channel

Patroclas’s picture

I don't agree with the last comment.

Did you try

#views-nivo-slider-frontslide-block_1{
border: 1px solid #000000;
}

Or you may need to put the border (and some padding maybe) on

#views-nivo-slider-frontslide-block_1 img{
}

The problem may be that the class nivoSlider has embedded styles - they may be overriding any other definitions you set. You may need to investigate where they are coming from.

sreyas’s picture

First one is like add below line.
.nivoSlider { border: 2px solid red;}

Second issue
.meta should be removed from CSS file

------------------
Ciril Sreedhar
Sreyas IT Solutions
Server Administration | Web Designing | Web Programming