Hi, I am developing a site and have created a menu item for Contacts ยป List Contacts in a Category. The resulting page can be viewed at http://halcyondaze.com/foilsz/index.php/contact-us/dealers I have no idea why the formating is not working for this page. It should just show a neat list of contacts. What could be missing to cause the formating issue? Thanks, JR
jross Hi Kindly open template folder/css/custom.css file and add this code
.contact-category ul.category li { display: inline-block; }
If there is no custom.css file, kindly create it and add the code.
Regards
That looks a lot better thanks. The tele no is still out of alignment. Can you help with some additional code to correct this?
and there would be a way to highlight the Contact Title so that it is on a separate line and uses say H3?
jross Hi Add this code in custom.css file
.com_contact .row-striped .row-fluid [class*="span"] { margin-left: 0px; }
For title, kindly give me screenshot, how you would like to show it ?
thanks for that - please see attached screenshot
I hope it makes sense.
in fact, if you can split it into columns, this would look better again I think?
jross Hi Sorry its default Joomla layout for the list contact, you need to make override in template and customize the core files, default Joomla view does not support it.
Ok thanks for your help :-)