supersonic47
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Removing Borders on All ImagesThe images aligned left and right work fine, center still has border.
CSS at the start of Images
img {
max-width: 98%;
}.post-format-image {
background: none;
display: block;
float: left;
border: 0;
margin: 0 10px 10px 0;
}.page .post-format-image {
display: none;
border: 0;
}Here is the CSS for center
img.centered,
.aligncenter {
border:0;
display: block;
margin: 0 auto 10px;
}Forum: Fixing WordPress
In reply to: Removing Borders on All ImagesTried adding them and hasn’t work.
Forum: Fixing WordPress
In reply to: Images Alignment OffThanks Dave, I Deactivated, Pinterest Pin It Button For Images,
and the problem went away. Is it possible to eidt the plugin to fix the problem or will I need to find a different one?Forum: Fixing WordPress
In reply to: Post somehow turned into media pageIt was right after I removed the images on the post and then added them back.
Forum: Fixing WordPress
In reply to: Post somehow turned into media pageGreat, it worked!
Forum: Fixing WordPress
In reply to: Post somehow turned into media pageI put kale in the home remedies category and still isn’t working.