• Resolved irishblake

    (@irishblake)


    Hi Folks~

    First, Thank You, for the awesome plugin., Usually works like a dream~

    This particular site however is driving me bonkers.
    The link shows you where, for some reason, the pagination is showing as a single line vertically.
    (to be clear, thats a copy of his live site; I’m currently building a new site but he has to go ‘live’ asap, and pagination especially on mobile is holding that up. No issues in the rebuild, of course)
    The site currently is based on Mins theme, child theme of godaddy Primer theme.
    Thats why there’s a rebuild and thats – well ,thats why we’re having issues, I’ll warrant, in the live and build site.

    Any help/guidance appreciated folks!

    • This topic was modified 5 years, 11 months ago by irishblake.

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

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

    (@alanp57)

    It looks like the there is no clearing of the float CSS rules that make all the products line up horizontally. You can try adding the following CSS in the custom CSS section of your theme:

    .navigation::before {
        clear: both;
    }
    Thread Starter irishblake

    (@irishblake)

    @alanp57
    Thank YOU sir~

    That seems to have cleared that issue up dramatically well.
    Maybe something to add to the plugin, yes?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘pagination placement gone Wild!~’ is closed to new replies.