Support Forum

  • Page:
  • 1

Border around row of images

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

How would I put a white border around a whole row of images (that have no space between the images)?

Thanks

Matt
  • mcriticos's Avatar
  • mcriticos
  • Previous Member
  • 7 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Matt,

You can do this by adding something like the following to your css file. Doesnt really matter which one but probably the template_css.css file is the easiest to access but depends on the template.
.ccRow {border: 4px solid #000;border-width: 2px 4px 2px;float: left;width: 100%;}

You'll just need to adjust the settings there as per your needs and one of the borders will miss out on the full width as you can see from the css above.

Hope this helps.

Anthony
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers