Segment height Support Forums for LiveMesh Themes & Plugins › Forums › Appdev Theme Support › Segment height Tagged: height, segment This topic has 4 replies, 2 voices, and was last updated 8 years, 4 months ago by Veena. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts June 26, 2015 at 2:52 pm #14989 kgruenMember Greetings, Is it possible to restrict the height of a segment to a certain number of pixels? I don’t mean all segments, just one or two. For example on this (not yet publicly available) page: http://www.ysura.com/product2-2/ I would like to reduce the height of the light blue segment so that the image is actually cut off. Is this possible? If so, what code can I add where? (see screen shot – I want it cut off there). Thanks! Attachments:You must be logged in to access attached files. July 28, 2015 at 11:35 am #15533 kgruenMember This reply has been marked as private. July 28, 2015 at 2:17 pm #15538 VeenaModerator Pls try the below custom CSS – #intro img { position: absolute; left: 0; right: 0; margin: auto; } July 28, 2015 at 7:39 pm #15546 kgruenMember This reply has been marked as private. July 29, 2015 at 7:12 am #15552 VeenaModerator You can reduce the height of the segment by adjusting the padding, you can try the below custom CSS- #feature-hcp-hco .segment { padding: 0; } Author Posts Viewing 5 posts - 1 through 5 (of 5 total) The forum ‘Appdev Theme Support’ is closed to new topics and replies.