Sign Up for OSTraining

Welcome, Guest
Username: Password: Remember me

TOPIC: need help to locate which file to tweak to correct formatting

need help to locate which file to tweak to correct formatting 1 year 4 weeks ago #44270

I am using Mosets Hot Property (a Joomla real estate component). I have left questions in their forum and have yet to hear from them. I'm hoping perhaps you can direct me to the file or css change I need to make to correct this problem.

If you look at the link below you will see there is squished up text in the 'Appliances Included" list and 'Additional Features' list. How do I space that out so there are spaces on either side of the '|' separator?
cbscozad.com/index.php?option=com_hotpro...layout=property&id=5

Thanks for any and all help you are able to give me!
corky
Please become a member of OSTraining to reply to this post.

need help to locate which file to tweak to correct formatting 1 year 4 weeks ago #44271

  • Nick
  • Nick's Avatar
  • OFFLINE
  • Administrator
  • Posts: 16797
  • Thank you received: 386
  • Karma: 56
Hi Corky,

Take a look at line 3172 of cbscozad.com/templates/cbscozad/css/template.css and comment out the margin like so:
.art-postcontent li {
    color: #2E3D4C;
    font-size: 14px;
    /* margin: 3px 0 0 -15px; */
    padding: 0;
}

I found this code using Firebug. Check out our Firebug tutorial to learn how to use it:
www.ostraining.com/blog/joomla/using-fir...it-joomla-templates/

Kind regards,
Nick
Follow us on Twitter - twitter.com/OSTraining
Like us on Facebook - facebook.com/ostraining
Please become a member of OSTraining to reply to this post.

Sign Up for OSTraining

Powered by Kunena Forum

Open Source Training is not affiliated with or endorsed by the Joomla, WordPress or Drupal projects.
All product names and trademarks are the property of their respective owners.

Copyright 2013 Open Source Training, LLC. All rights reserved.