For example https://howtofixwindows.com/transfer-windows-10-license-to-new-computer/
Microsoft edge and internet explorer browser not loading the page properly: http://prntscr.com/k8it7d (it’s loading centered ) Where Chrome browser load the same post url properly: https://snag.gy/vebUK5.jpg
recently upgrade the theme to 8.8.2 but now the post URLs loading like this can you tell me why it’s behaving like this?? whats wrong where i have updated all plugins with latest one. Also tried clear cache and load the page on different PC. Also tried disabling all plugins but the post load as previously on edge/internet explorer where chome load the post properly.
using plugins: Wp rocket, Google Analytics Dashboard for WP (GADWP), Really Simple SSL, tagDiv AMP, tagDiv Composer, tagDiv Mobile Theme, tagDiv Social Counter,tagDiv Speed Booster, Wordfence Security,WPS Hide Login,Yoast SEO Premium
Hi,
I see in centered in Chrome as well – https://www.screencast.com/t/muZHHLOu
In fact I see that most of the content in that post page is centered, post content, module titles etc
– https://www.screencast.com/t/gAcdFUTs
That is happening because there is a text align property set on the body of the website
– https://www.screencast.com/t/HyIkxKwRb1J
That is not a theme added property, if you have used custom code for that maybe consider to remove it or make it more precise.
Thanks
Hi,
I am not using any custom code there. this problem started only after theme update.
As before its working/displaying properly.
can you help me to resolve the issue?
Yes, I am using the custom google ad codes inside the post As this screenshot: http://prntscr.com/k8uum5 But it’s not new I am already using the same google ad codes on every post from last 6 month as there is no problem at all but now from recent theme upgrade it’s causing the issue.
Regards
srikant
Hi,
Something is setting that property to the body of your website, I can’t tell exactly what where it is coming from. It also sets a height value for the body.
These are not coming from the theme. The theme does not align the whole body, each element has design of it’s own.
If you are not using any CSS code in the theme panel or use a child theme, then maybe it is a plugin. That would be easy to tell, deactivate theme all (except theme plugins) and check if the issue is fixed. Maybe clear the cache as well, also purge CDN files.
Or maybe use another code to deny this one, but that may lead to other issues. You could give it a try
body {
text-align: initial;
}
Thanks
Hi I am not using any CSS code in the theme panel or not usea any child theme.
Also Tried to disable all plugins Include ( theme tagdiv plugins ) the problem remain same
Next tried to active only theme plugins ( which i get bundled with the theme ) clear browser cache, cookies.
Open the web page but still its results the same.
Also Tried purge CDN files, As per my knowladge disableing the Cache plugin ( CDN service get disconnected ) so i dont think its related to CDN cache. by the way i have purged CDN cache on my side.
As per your suggestion added the Custom CSS : https://snag.gy/jzmgxN.jpg
but the problem is still there.
Even i have check the same on my mobile, its also showing centered
Tell me what i have to do ?
Now from what I can see the problem is solved
– http://prntscr.com/k9rjl3
Also the strange code that affected the website body is gone, so there would be no need for you to use the code I provided above. What you did seems to have solved this unusual issue.