-
AuthorPosts
-
October 20, 2016 at 8:27 am #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?
Best Regards,
October 20, 2016 at 8:30 am #701722And the page is in the private.
October 21, 2016 at 11:21 am #702298Hi,
The link you’ve posted requires a password to view. Can you post the password in the Private Section?
Best regards,
NikkoOctober 21, 2016 at 1:00 pm #702347Hello,
Yes sorry, the password is in the private.
October 21, 2016 at 5:14 pm #702553Hi,
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,
NikkoOctober 24, 2016 at 12:29 pm #703223Hello Nikko,
Unfortunately it is not working http://imgur.com/a/kbskS
Can you please check.
Best Regards,
October 25, 2016 at 1:55 pm #703775Hi,
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,
NikkoOctober 25, 2016 at 2:54 pm #703807Hello Nikko,
Yes I removed the code already but I give you the site login credentials, so you could take a closer look.
Best Regards,
October 25, 2016 at 9:09 pm #703968Hi,
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,
NikkoOctober 26, 2016 at 1:51 pm #704279Hello Nikko,
Awesome, thanks its exactly like I wanted:)
Best Regards,
-
AuthorPosts
- The topic ‘How to align the page counter into center in mobile view’ is closed to new replies.
