- This topic has 3 replies, 2 voices, and was last updated 7 years, 1 month ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘Featured Services’ is closed to new replies.
Home › Forums › Trusted Pro › Featured Services
Can I change the size of theĀ Featured Services boxes? Can I set them so that they would stay at a particular size?
You can increase or decrease the size of the icons with the ‘Icon Size’ setting.
The number of columns (features per row) can also be changed from 1 to 6.
For example if you choose 4 columns, each will be 1/4 of the overall width.
Is there a way to increase or decrease the length of the columns? To set them to a particular length?
Yes, to set all to same height (length) add this in Additional CSS (changing 300px to your chosen height in pixels):
#featured-post-section .featured-post {
height: 300px;
}
or to set height of individual columns (.featured-post2 is the 2nd column etc..):
#featured-post-section .featured-post2 {
height: 300px;
}
#featured-post-section .featured-post3 {
height: 350px;
}