Style of number of pages

Hi to All,

how is possible change thestyle of my number of page ? I try every way but i have only that visualization… in vertical …

Are you adding it using <li>? Have you tried to remove it?

You are missing the css. Add this to your css.

.pagination ul{
		    display: inline;
}
.pagination ul li{
						    margin-left: 0;
						    padding: 3px 5px;
						    color: #2b6b97;
						    list-style: none;
						    display: inline;
						    font-size: 1.2em;
						    font-weight: bold;
}