Segment height

Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #14989
    kgruen
    Member

    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!

    #15533
    kgruen
    Member
    This reply has been marked as private.
    #15538
    Veena
    Moderator

    Pls try the below custom CSS –

    #intro img {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }
    
    #15546
    kgruen
    Member
    This reply has been marked as private.
    #15552
    Veena
    Moderator

    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;
    }
    
Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Appdev Theme Support’ is closed to new topics and replies.