Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #701719

    Hello Yigit,

    After I placed the code you sent me:
    .home .pagination-wrap {
    display: none;
    }
    .page-id-30 nav.pagination {
    left: 50%;
    }

    The aligning in the desktop is in the center and the “page 1 of 2” is hidden like I wanted but how can I align the “1..2” page counter in the middle in the mobile view too?

    http://imgur.com/a/XTKlh

    Best Regards,

    #701722

    And the page is in the private.

    #702298

    Hi,

    The link you’ve posted requires a password to view. Can you post the password in the Private Section?

    Best regards,
    Nikko

    #702347

    Hello,

    Yes sorry, the password is in the private.

    #702553

    Hi,

    Try adding this code too in Quick CSS:

    @media only screen and (max-width:767px) {
      .page-id-30 nav.pagination {
        left: 0;
        text-align: center;
      }
    
      #top.page-id-30 .pagination .current, 
      #top.page-id-30 .pagination a, 
      #top.page-id-30 .fullsize .template-blog .pagination a {
        float: none;
        display: inline-block;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #703223

    Hello Nikko,

    Unfortunately it is not working http://imgur.com/a/kbskS

    Can you please check.

    Best Regards,

    #703775

    Hi,

    The code I gave you isn’t reflecting on the frontend, did you remove it already? if not please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Nikko

    #703807

    Hello Nikko,

    Yes I removed the code already but I give you the site login credentials, so you could take a closer look.

    Best Regards,

    #703968

    Hi,

    This is fixed, I have added the code again and since you have a caching plugin, I cleared the cache and the css code now reflects on the site. Let us know if it is also good on your end :)

    Best regards,
    Nikko

    #704279

    Hello Nikko,

    Awesome, thanks its exactly like I wanted:)

    Best Regards,

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘How to align the page counter into center in mobile view’ is closed to new replies.