0

On this page: http://texting2web.co.cc/ (ignore the domain name, still waiting for my TLD to transfer :P)

I have a Twitter slider, but I want it to have padding. Whenever I try to add padding to it, it cuts off for some reason. Ive tried a lot of different ways but to no avail.

Qasim
  • 1,686
  • 4
  • 27
  • 51
  • 1
    Post the code that you've tried. – zzzzBov Aug 10 '11 at 14:32
  • Adding padding in the .twitter-box-wrapper doesn't work ? – Warface Aug 10 '11 at 14:34
  • Ive tried just normal padding, but it gets cut off on the right, I've tried the padding, and then reducing the size of the box, it does the padding correctly but it gets cut off at the right still. I also tried having another div inside the box and applied padding, but that had the same effect, it gets cut off to the right. – Qasim Aug 10 '11 at 14:35
  • @warface: That increases the box size, which messes up the whole layout :P – Qasim Aug 10 '11 at 14:37

1 Answers1

1

I managed to solve the problem. I had to decrease the div within the twitter box by 20px, and then add a margin-left: 10px; to simulate a 10px padding.

Qasim
  • 1,686
  • 4
  • 27
  • 51