• iangdesign

    (@iangdesign)


    I have racked my brain trying to find out where a frame is hiding in the background of the homepage on a website I am working on to no avail.

    If you scroll below the homepage slider using firebug you will see a div or frame that is pushing the text down and containing the homepage slider. I’d like to shrink it down to the size of the homepage slider but I can not find it in the css. There is nothing in there calling this frame to be so wide or tall. Can anyone offer any suggestion for something I am not seeing?

    The url is http://www.sbbl.biz

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • cdcampbell26

    (@cdcampbell26)

    Hello, iangdesign!

    There is an empty widget area under the slider contained in a .row class, see screenshot below. By removing that in Chrome Inspector I was able to get rid of the padding. Specifically, the class .home-widget has a margin-bottom of 30px.

    Screenshot 1

    Screenshot 2

    Sorry for the ads

    Thread Starter iangdesign

    (@iangdesign)

    That did it! Thank you for your help. I like the Chrome Inspector a lot more than Firebug…I shall start using it more now.

    Thanks again!

    cdcampbell26

    (@cdcampbell26)

    Yeah I used to use Firebug years ago but Chrome inspector is so much better!

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Trouble finding padding in CSS’ is closed to new replies.