Website Profile Line Fix?
-
The below line in the parent CSS will cause the profile table display to display the website line wrong (won’t align into the same grid as the other profile entries). Take out the entire “content: ‘;” line to fix. So far I haven’t found anywhere in the theme that is corrupted by doing this.
/* Clearing */
.clear:before,
.clear:after,
[class*=”content”]:before,
[class*=”content”]:after,
[class*=”site”]:before,
[class*=”site”]:after {
content: “”;
display: table;
}
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Website Profile Line Fix?’ is closed to new replies.