n0ah
Forum Replies Created
-
So I basically can’t do anything about it? Right now, gtmetrix is only reporting images that I’ve uploaded to the WordPress media library. All of my css and javascript seems to be taken care of, so I don’t think the code you posted should help me…. (right?)
Cool. Thanks for the help! I’ll have to dig a little deeper to figure out why that happened, but for the time being everything is working. ??
Hm, I played around with the Minify settings, and it seems to be working now that I have unchecked “Rewrite URL Structure”. I don’t quite understand why though.
I saw the code in the style.css file.
https://www.whatsnoahdoing.com/how-to-get-a-job-teaching-english-in-south-korea/
Just to double check, is that top caption centered?
That’s strange. When I inspect the element I can alter the CSS to put in the text-align attribute, and it actually shows the caption being centered. But when I make that change the CSS file and update it, nothing happens.
I don’t even know where to start looking. (I’m fairly new to HTML and CSS).
That’s already in the CSS though:
.wp-caption-text { color: #707070; color: rgba(51, 51, 51, 0.7); font-family: "Noto Sans", sans-serif; font-size: 12px; font-size: 1.2rem; line-height: 1.5; padding: 0.5em 0; text-align: center; display: table; margin: 10px auto; }