nschwall
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Image Scaling Issue with Update???Never mind, fixed it. Thanks for the patience and help!
Forum: Fixing WordPress
In reply to: Image Scaling Issue with Update???But the solution no longer works. Originally I was told to take
/* =Images
————————————————————– */#content img {
margin: 0;
height: auto;
max-width: 640px;
width: auto;
}and to remove “width: auto;”
But now the style.css reads this:
/* Images
————————————————————– */#content .gallery .gallery-caption {
margin-right: 0;
}#content .gallery .gallery-item {
float: right;
}Forum: Fixing WordPress
In reply to: Add Media from an FTP server?oh, okay. How do I get to the wp-content/uploads directory for my server? I use cyber duck.
Forum: Fixing WordPress
In reply to: Add Media from an FTP server?I’m uploading to my WP website, from a FTP site.
Not sure what external means in this context. I’m not the best at computers.
can you dumb it down a step more and tell me how I get to my cpanel?
Forum: Fixing WordPress
In reply to: Pictures Not Resizing ProperlyAwesome! Thanks for the help, I never would have figured that out on my own.
Forum: Fixing WordPress
In reply to: Properly Setting up a Blog pageAwesome. I figured something out. Thanks for the help!