Hello sebenar,
Do you are referring to this type of pagination from Latest Articles modules on the homepage, like this -> https://www.screencast.com/t/aJezLQVgTWOM? Sorry about this, but please notice that pagination come from code and does not exist any simple method for changing it, sorry!
If you are referring to the post with pagination style and if you want to achieve a similar pagination you will need lots of customizations in theme’s core files and I can’t provide a quick solution now. You can use this example to customize the pagination on posts by adding this parameter: ‘next_or_number’ => ‘next’, here: http://screencast.com/t/hkqJljKyxr3 (remove this code if you want: http://screencast.com/t/87kGUcin5YQN – result: http://screencast.com/t/8THEIGR5) If you do not remove of this, will have this pagination -> Previous page 1,2,3,4,5 Next page.
Thanks for your understanding!
here the screen shot.. i have change the number to text.
http://imgur.com/a/iswgt <— i want to center the both text.
Hi,
Try a code like the one provided below, it will center the pagination like this
– https://www.screencast.com/t/9SBgVc3S
– https://www.screencast.com/t/rHT62NVhtc
Enter the code in Theme panel->Custom CSS section
.page-nav {
margin-right: auto;
margin-left: auto;
display: table;
}
Thanks
Hi,
If the device screen width you are viewing it on is smaller, there is simply no available space to display the sub-footer content on one line.
Anything smaller than this would make the text display on a second and third line
– https://www.screencast.com/t/dNacPyeA
– https://www.screencast.com/t/da6QHHxo
Please correct me if I misunderstand.
Thanks