Hi Guys,
i am just modifying the scroll anchor and i have pretty much got what i want. I wanted to change the colour, make it a circle and make it a bit bigger which i have done. After dong this the arrow icon in not central in the circle. So you know how i can vertically center this? The code that i have so far is:
body .x-scroll-top {
min-width: 50px;
min-height: 50px;
border-radius: 25px;
background-color: #fcc100;
border: 2px solid #fcc100 !important;
color: #162536 !important;
opacity: 1 !important;
filter: alpha(opacity=100) !important;
zoom: 1 !important;
Cursor: pointer !important;
}
and my website is https://hadleylearningcommunity.org.uk/primary/
thanks.
