Home Forums WoodMart support forum 1 column Upsells sidebar

1 column Upsells sidebar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #61715

    iRiDiuM
    Participant

    Hi

    Any way to display only 1 column Upsells on Sidebar product page?

    Actually there are 2 columns, but i really wanted to show 1 each row, not 2.

    This is the actual css:

    .upsells-widget .small-product-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%;
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 0;
        margin-bottom: 10px;
    }

    Some tip to make it 1 column?

    Thanks a lot! ♥

    #61748

    Hello,

    Please add this CSS to Theme Settings > Custom CSS:

    .upsells-widget .small-product-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 100%;
        max-width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 0;
        margin-bottom: 10px;
        border: none;
    }

    Best Regards

    #61868

    iRiDiuM
    Participant

    Hi, nice!

    Thanks a lot Elise! ♥

    #61878

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘1 column Upsells sidebar’ is closed to new replies.