Closed Thread
Results 1 to 5 of 5

Thread: Thumbnail spacing

  1. #1

    Default Thumbnail spacing

    is there a way to add space before or after the website thumbnails displayed in the front end? As it is now, the thumbnails for each site run into each other. I would like to add padding between each row so that the thumbnails are separated a bit.
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

  2. #2

    Default Re: Thumbnail spacing

    I notice that if the site description is long enough this is no longer an issue, but if the site descriptions are short the thumbnails run together.
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

  3. #3
    Administrator sniranjan has a spectacular aura about sniranjan has a spectacular aura about sniranjan has a spectacular aura about sniranjan's Avatar
    Join Date
    Jan 2009
    Location
    Chennai, India
    Posts
    1,231
    Blog Entries
    59
    Products
    JVLD, JVCL, JVREL, VIP

    Default Re: Thumbnail spacing

    Please do the following to increase the spacing between two thumbnails:

    1. Open {Joomla}/components/com_jvlinx/templates/default/functions.php

    2. Search for

    PHP Code:
    $out .= '   <table width="100%" cellpadding="3" cellspacing="0" border="0">'
    Replace the

    HTML Code:
    cellspacing="0"
    
    in the above statement with

    HTML Code:
    cellspacing="5"
    
    3. Save the file and refresh the frontend

    Kindly confirm if the problem is solved.

    Thanks
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

  4. #4

    Default Re: Thumbnail spacing

    Perfect. That did the trick. Thanks for the quick response!
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

  5. #5
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

Closed Thread

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

Joomla! is Free Software released under the GNU/GPL License. This is not an official Joomla! Site, or Product. The use of the word Joomla! is intended to describe what the product is designed for and should not be considered an endorsement by the Joomla Project