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,
And the page is in the private.
Hi,
The link you’ve posted requires a password to view. Can you post the password in the Private Section?
Best regards,
Nikko
Hello,
Yes sorry, the password is in the private.
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
Hello Nikko,
Unfortunately it is not working http://imgur.com/a/kbskS
Can you please check.
Best Regards,
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:
Best regards,
Nikko
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,
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
Hello Nikko,
Awesome, thanks its exactly like I wanted:)
Best Regards,