• Resolved KimMcDougalcrafter

    (@ormgrecipes)


    Hi, The next page numbers at the bottom are showing up vertically on my website, how do I make them horizontal so that it looks like this:

    1 2 3 >>

    not this:
    1
    2
    3
    >>

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author BlueGlass

    (@blueglassinteractive)

    Hi

    Add this css to your site:

    .pagination .page-numbers {
        display: inline-block;
    }

    This is quickest and easiest solution for now ??

    Thread Starter KimMcDougalcrafter

    (@ormgrecipes)

    Perfect! Thank you, marking as resolved. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Next Page Show Up Vertically not Horizontally’ is closed to new replies.