You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bw_navi uses bw_navi_s2eofn() to display the "s to e of n" at the start of navigation and
bw_navi_paginate_links to display the pagination. When content is being displayed in multiple columns then its quite hard to style the output nicely.
We need a better way to control the display.
Proposed solution
In bw_navi_s2eofn change the span with class bw_se2ofn to a div
In bw_navi_paginate_links add a div class="page-numbers pagination" around the output of paginate_links().
The text was updated successfully, but these errors were encountered:
bw_navi uses bw_navi_s2eofn() to display the "s to e of n" at the start of navigation and
bw_navi_paginate_links to display the pagination. When content is being displayed in multiple columns then its quite hard to style the output nicely.
We need a better way to control the display.
Proposed solution
span
with classbw_se2ofn
to adiv
div class="page-numbers pagination"
around the output ofpaginate_links()
.The text was updated successfully, but these errors were encountered: