Trying to modify
components\com_phocagallery\views\categories\tmpl\default_catimg.php
to give more space between category thumbnails
Any assistance would be greatly appreciated
Cheers,
Lee
Add Vertical Spacing in Categories 3.2.1
-
- Phoca Newbie
- Posts: 3
- Joined: 10 Jul 2012, 20:01
-
- Phoca Newbie
- Posts: 3
- Joined: 10 Jul 2012, 20:01
Re: Add Vertical Spacing in Categories 3.2.1
A friend helped me figure it out. Here is the fix.
Add this to the bottom of phocagallery.css
#phocagallery a:nth-child(odd) {
margin-bottom: 20px;
display: block;
}
change the margin bottom px for spacing.
Add this to the bottom of phocagallery.css
#phocagallery a:nth-child(odd) {
margin-bottom: 20px;
display: block;
}
change the margin bottom px for spacing.
- Jan
- Phoca Hero
- Posts: 48416
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Add Vertical Spacing in Categories 3.2.1
Ok
If you find Phoca extensions useful, please support the project