tbehrservices
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Luminescence Lite] Featured Image not centered on main pageI added the code, and what I found is I had to log out of wp-admin to see the change.. it didn’t reflect in the edit panel.
thanks.. then I found the image in the post wasn’t centered after I had removed my old patch..
so I added this back in .single .post img { display: block; margin: 0 auto 20px; }
after your code snippet.. now all is fine..thanks much
TerryI will check the coding again.. I have 4 sites running this exact stuff, well I assume I cut and pasted correctly and that works.. so.. the only difference that I can see right off the top is the use of a SSL CERT for the site.. this one is and the others are not.
thx much..
TerryForum: Themes and Templates
In reply to: [Luminescence Lite] Featured Image not centered on main pagedidn’t help… say no effect.. I am currently using this is the “Addition CSS section”
it centers the image in the post but not on the main page...single .post img { display: block; margin: 0 auto 20px; }
this used to work till a update occurred.. I think it was a WP update versus theme update but I am not sure..
Terry