HEX
Server: Apache/2.4.65 (Debian)
System: Linux 88f31f35b0b8 6.1.0-38-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.147-1 (2025-08-02) x86_64
User: www-data (33)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/advanced-ads-slider/public/assets/css/slider.css
.widget .unslider li,
.unslider li {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    clear: none !important;
	/* Prevent "[Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive"
	 * error in Chrome mobile emulator.
	 */
	touch-action: none;
}

.unslider img {
    position: relative !important;
}

.custom-slider>ul>li:not(:first-child) {
    display: none;
}

.custom-slider > ul {
	list-style: none !important;
	padding: 0 !important;
}

/* https://www.smashingmagazine.com/2009/07/the-definitive-guide-to-using-negative-margins/ */
.custom-slider.unslider-fade ul li {
    position: relative;
    float: left;
    margin-right: -100% !important;
    width: 100%;
}

.unslider-horizontal {
    direction: ltr;
}