XF 2.1 Media edit

Brad P

Well-known member
Evening all, in the image below I’m trying to add another row and also add 1 more image in the footer, anyone able to help make this work please.
199536
 
Evening all, in the image below I’m trying to add another row and also add 1 more image in the footer, anyone able to help make this work please.

This should work
Code:
.itemList.itemList--slider.lightSlider.lSSlide.lsGrab {
   height: auto !important;
   max-width: 300px !important;
}
[data-widget-key~="F1slider"] .itemList-item.itemList-item--slider.lslide {
   margin-bottom: 5px;
}

Screenshot_2019-04-04 F1GRID Community(1).webp
 
This should work
Code:
.itemList.itemList--slider.lightSlider.lSSlide.lsGrab {
   height: auto !important;
   max-width: 300px !important;
}
[data-widget-key~="F1slider"] .itemList-item.itemList-item--slider.lslide {
   margin-bottom: 5px;
}

View attachment 199588
Evening Gemma, hope you are well?

I applied the above into extra.less but it didn’t change how you have made it display :unsure:

Edit fixed thank you Gemma x
 
Last edited:
Back
Top Bottom