Please use the below CSS code to display it center aligned.
.sh-pagination ul.page-numbers { margin: 0 auto; }
I visited your shared site and saw this is happening because of the below custom CSS code that you are using on your site with Yellow Pencil editor.
#content .blog-grid-small:nth-child(3) a:nth-child(1){display:none;}
To resolve the issue, please remove the above CSS code from Yellow Pencil Editor as described in the below pages.
https://yellowpencil.waspthemes.com/docs/managing-changes-on-entire-website/
https://yellowpencil.waspthemes.com/docs/managing-the-element-styles/
You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-pagination ul.page-numbers { clear: both; }
We have marked the topic as resolved.
You are most welcome here 🙂
You are most welcome here 🙂
To help us keep support thread separates could you please create a new thread for each of your other questions instead of asking them in your single thread as it makes the thread messy and hard to read.
If you want to you can also add reference of this thread in your newly created thread.
We would be more than happy to help you with your new thread.
You can edit them from your site Footer widget area as shown in the attached screenshot.
You can get help for it from the plugin support on the below pages.
You are most welcome here 🙂
Hi @modernwebmedia,
I hope you are well today and thank you for your question.
You can try changing its style as shown in the attached screenshot.
Best regards,
Shufflehound team
It seems you are still using some type of caching and minimization scripts on your site so please disable them also.
Also, would you mind if I log in to your site and do some troubleshooting? If this is ok then could you please temporary share me your site admin login details privately by adding them in the box having the text “Enter your private content here (only you and forum moderators will be able to see it)”?
On mobile, you can navigate the images using arrows as shown in the attached screenshot but currently, it does not support swipe navigation.
You are most welcome here 🙂
Solution for this topic
Hi @dennisth19,
I hope you are well today and thank you for your question.
I logged into your shared site and can edit the post as shown in the attached screenshot.
If you want to edit it using WPBakery page builder then configure its settings as shown in the second attached screenshot.
Best regards,
Shufflehound team
Hi Pako,
Thank you for your question.
Could you please share me the page URL from your site where it is not displaying so that I can troubleshoot it?
Best regards,
Shufflehound team
Solution for this topic
Hi Pako,
Thank you for your question.
You can enable / disable it from the individual Page Setting by editing the page as shown in the attached screenshot.
Best regards,
Shufflehound team
Hi Pako,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where it is not displaying correctly so that I can troubleshoot it?
Best regards,
Shufflehound team
You are most welcome here 🙂
You are always welcome here 🙂
Solution for this topic
I logged into your site and saw the issue was occurring due to the below custom CSS code used on your site.
.single-post .post-tags-container { display: none; }
So I resolved the issue by using below CSS code on your site.
.single-post .sh-page-links { clear: both; } .single-post .post-switch { margin-top: 0; }
Could you please confirm it?