badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Slider Dots : show on PC-web, hid on SmartPhone-web

#11669
Brett
Member

hi,

found it.
file = . / . / wp-content / themes / attitude-pro / style.css
code = added new code section & changed vertical position within it for Smart Phone only:


@media
only screen and (max-width: 767px) {
#controllers {
text-align:center;
line-height:0;
position: absolute;
width: 100%;
bottom: -19px; /* move dots below sliders */
z-index: 9999;
}