Text right on edge
-
I’m sorry to bug people. I’m sure this is a really easy fix…
I’ve had a really good search. Tried everything that has been suggested as fixes; padding, margins, etc. But, I’m not getting anywhere.
Template: Twenty Seventeen
/*————————————————————–
3.0 Alignments
————————————————————–*/.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
max-width: 80%;
margin: 205px;
}.alignright {
display: inline;
float: right;
margin-left: 1.5em;
max-width: 90%;
}.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
max-width: 90%;
}
Expand
NOTES:
Bold are changes I’ve made…Nothing seems to happen
Please help; this is really, really frustrating me
Many thanks in advance.
- The topic ‘Text right on edge’ is closed to new replies.