June 26, 2014 at 3:02 pm
#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;
}