timothyb
Member
Posted 4 years ago #
I am having issues with the formating of my links section on the lower right hand side of the front page menu: http://www.sustainablecuisine.com
For some reason there is a large break between the link category title and the links listed below, and there is hardly any seperation between the bottom of each link category and the next category. Is this something that canbe fixed in the style css? and which section would it be under? I'm lost. I am using the mallow theme.
timothyb
Member
Posted 4 years ago #
The seperation between the links and the next category looks worse under IE 6.0 then under firefox, but who uses IE =)
Torqued
Member
Posted 4 years ago #
Anyone figure out a fix for this problem? :(
In the admin, make sure you have your links before and after set to
.
Then in sidebar.php the links section should look like:
<?php _e('Links'); ?>
- <?php get_linksbyname('', '', '
', '', FALSE, 'id', FALSE, FALSE); ?>
/ul>
Works for me - with IE.