Oxford-SU / oxfordsu.org

0 stars 0 forks source link

Centre dots for sliding images on home page #10

Closed keenanandrew closed 1 year ago

keenanandrew commented 1 year ago

Completed. The dots' location is defined on the in-page styling:

Specifically, the 'left: 45%' line.

@media(min-width:768px) { .scrollbanner .slick-dots { position: relative; left: 45%; /*transform: translateX(-120%);*/ top: 10px; padding: initial; background: transparent; width: fit-content; }