Nov 28, 2024 3:28 pm
the rating and post comment button is not centered when viewed in mobile view
URL: http://thegrievingexpress.online/iteration2/books/ang-kaibigan-kong-si-yla/
1 Reply
Nov 29, 2024 11:51 am
Hi,
The issue is caused by the active theme. However, I’ve found some workaround CSS code you can use:
body {
overflow-x: visible;
}
div#wpdcom {
max-width: 80%;
margin: 0 auto;
}
Insert the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.
Don't forget to delete the caches before checking.
Also, please try in incognito mode if you're checking on mobile devices. Because mobile browsers have a hard cache, you'll not be able to see the change immediately.


