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.
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.
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.
Please do the following to increase the spacing between two thumbnails:
1. Open {Joomla}/components/com_jvlinx/templates/default/functions.php
2. Search for
Replace thePHP Code:$out .= ' <table width="100%" cellpadding="3" cellspacing="0" border="0">';
in the above statement withHTML Code:cellspacing="0"
3. Save the file and refresh the frontendHTML Code:cellspacing="5"
Kindly confirm if the problem is solved.
Thanks
Perfect. That did the trick. Thanks for the quick response!
Build-87 has been released and it contains these code changes as well
Thanks
|
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
Bookmarks