LockHead
hello, please someone help me to edit my css. i want to change the filelist page number style into center position and have a border. i give the sample in the picture. i want to change from picture No.1 to picture no.2. btw, my site is ampunbos.com. thanks
LockHead
LockHead Graham please help me to edit this css
VOLThor6
LockHead You have to use blog pagination classes:
PAGINATION CLASSES [3]
xt_pagination
selected
*/
.xt_pagination
{
margin:3px;
padding:3px;
border:1px solid maroon;
}
.xt_pagination .selected span
{
margin:3px;
border:1px solid black;
}
.xt_pagination span a
{
text-decoration:none;
}
.xt_pagination span a span
{
margin:3px;
border:1px solid fuchsia;
}
Copy code
Just add text-align: center to .xt_pagination selector. And style the others to your liking.