I'm using locations cck and I have custom content types and node templates for each of these. It's user generated content and the address is displayed in my template with the address results fields one below the other... but I'd like to to display it in a horizontal line with each field separated by a comma.

How can I change the address layout?

Comments

hutch’s picture

Copy location.tpl.php to your theme's folder, add some html comment to it so you can see it is being used in the source html, flush the cache and you should be done.

nravens’s picture

Thanks, this worked for me...

hutch’s picture

Status: Active » Closed (fixed)