Tato123 Posted January 11, 2016 Report Posted January 11, 2016 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 ... Quote
Moderators servetas Posted January 11, 2016 Moderators Report Posted January 11, 2016 Are you adding it using <li>? Have you tried to remove it? Quote
flyalaska Posted January 13, 2016 Report Posted January 13, 2016 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; } Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.