Sven0188's avatar

Pagination styling classes :: Laravel 5.4

Good day Everyone,

I noted that the pagination have a class

pagination no-margin pagination-sm

which led me to believe somewhere via Laravel / Config one must be able to set the class to:

pagination no-margin pagination-md

Or do I have to overwrite the style in order to make my pagination buttons larger? And please if I have to - share your views on how :)

0 likes
3 replies
daddi's avatar
daddi
Best Answer
Level 1

pagination-sm = small, pagination = medium, pagination-lg = large

Sven0188's avatar

Yup I noticed it i bootstrap classes. But how will i set it? Example please. Using jQuery/Javascript on that very page?

Please or to participate in this conversation.