Jump to content

Featured Replies

Posted

Hello, 🙂

When I select a topic for the "Our picks" section, the image I publish is cropped. Example :

The image :

Could contain: Toy

What it looks like once published in "Our picks" :

Could contain: Text, Flyer, Advertisement, Poster, Brochure, Paper

Is there a way to configure or change this ?

Thank you. 🙂

Solved by Marc

Go to solution
  • Solution

You would need customisation in order to change the way in which they appear on the 'our picks' section by default, or pick an image which suits the 'our picks' location

  • Author

Ok. I will find the correct dimensions for the images. Thank you. 🙂

No problem. 🙂 

I made some severe changes to the Our Picks Carousel on the front page, you're welcome to use and adapt the following CSS changes that allows some significant manipulation of the Our Picks.

This is before the changes:

Could contain: Person, Human, Advertisement, Poster, Flyer, Paper, Smile, Face, Interior Design, Indoors

This is after the changes:

Could contain: Person, Human, Text

 

/* Adjust our picks front page */
[data-role="carouselItems"] .ipsType_medium:not( .ipsType_richText ) {
    line-height: 1.53;
    display: none;
}
.cPromotedWidget_horizontal .cPromotedWidgetItem_content > .cPromotedWidgetItem_contentInner {
    flex-grow: 1;
    display: none;
}
[data-role="carouselItems"] .ipsPhotoPanel.ipsPhotoPanel_tiny.ipsType_blendLinks.ipsType_light {
    display: none;
}
[data-blocktitle="Our picks"] .ipsCarousel .ipsCarousel_inner {
    height: 330px !important;
}
.cPromotedWidgetItem .cPromotedHeader {
    min-height: 279px;
}
.cPromotedWidget_horizontal .cPromotedWidgetItem {
    width: 187px !important;
    display: flex;
    flex-direction: column;
}
.cPromotedTitle {
    font-size: 14px;
    font-weight: 600;
}
.ipsPad_half.ipsWidget_inner.ipsWidget_bottomBar {
    display: none;
}
.ipsBox--child {
    box-shadow: none;
    border-style: none !important;
    border-width: 0px !important;
    border-color: #26323e !important;
}
.cPromotedWidget_horizontal .cPromotedWidgetItem_content {
    padding-bottom: 15px;
    text-align: center;
   background: rgb(73 8 46);

}

Hope that helps 🙂

 

Edited by Davyc

  • Author

Hello, 🙂

Yes it did help. Thank you. 🙂

Recently Browsing 0

  • No registered users viewing this page.