Results 1 to 2 of 2

Thread: Switch Content Spacing

  1. #1
    Join Date
    Jun 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Switch Content Spacing

    1) Script Title: SwitchContent

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...tchcontent.htm

    3) Describe problem: Script works well, thanks - but the spacing between items on the page is pretty big - any way to get the listed items closer together on a page? I have about 1/2" between each item at the moment.

    See: http://summitrs.com/webefx/foamworxinsulators/prod.htm

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    There's nothing in the script that changes the default margins/padding of the elements associated with it. In other words, you should simply be able to use CSS to modify those elements' spacing. For example, something like:

    Code:
    h3{
    margin:0;
    }
    DD Admin

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •