Fealist Hello there In the picture below, the area of the plugin named News Widget is given. There is a color transition in the area I marked. How can I make this more specific? like the left side Image:
Fealist I'm sorry that I couldn't express myself fully because of the translation. I hope you understand.
fakruzaruret Try to add this to custom CSS @media (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .AfruxWidgets-topWidgetSection { -webkit-mask-image: linear-gradient(to right, #000 100%, rgba(0,0,0,0) 100%) !important; } }