- This topic has 1 reply, 2 voices, and was last updated 6 years, 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘Featured Service resize text area’ is closed to new replies.
Home › Forums › Trusted Pro › Featured Service resize text area
Tagged: Featured Service
http://lilliendalyoga.dk.linux2.curanetserver.dk
Text area displays in different size and looks like there is a page shift in one of the excerts. Please note that all 3 have title and sub title specified to overwrite page excerts. All 3 uses same size icons and links to an existing page.
How do we prevent the ‘boxes’ from having different sizes?
With additional CSS you can set a minimum height for the boxes.
Customize > Additional CSS:
#featured-post-section .featured-post {
min-height: 170px;
}