Component : VirtueMart 1.1.2, 1.1.3
For some sites, you may have noticed the big 'gap' between the Shop Description (under 'Edit Store' item) and the Categories heading plus the category images. This can be quite disconcerting.
To remove the gap, do this.
echo $vendor_store_desc."<br />";
echo "<br /><h4>".$VM_LANG->_('PHPSHOP_CATEGORIES')."</h4>";
echo $vendor_store_desc."";
echo "<h4>".$VM_LANG->_('PHPSHOP_CATEGORIES')."</h4>";
SITE NOTE: To display the HTML tags on JoomlaFAQs, there is a space between the name of the tags and the enclosing "less than" (<) and "more than" (>) brackets. If you copy the code, make sure you delete the spaces to make it work!
If you have found this site to be useful and has helped you, kindly consider to donate. Your donation will encourage me and help to upkeep JoomlaFAQs.org! Cheers!
Add comment