Prevent Comment Area From Moving Widget Area
-
Eventually I want to have a comment section on all my pages. At the moment I just have comments activated on some pages.
I do not have comments activated on this page https://www.rosstheexplorer.com/how-to-back-up-photos-when-abroad/
I do have comments activated on this page https://www.rosstheexplorer.com/blue-moutnains-and-katoomba-nsw/
When I activate comments the FB plugin moves from the right side of the screen to the bottom of the page. How can I prevent this? I altered the width of the comment area and got the comment area to float left and that did not solve my problem. I also got rid of the “clear:both” text and that did not solve the issue. I have now put the “clear:both” text back in my code. Does anyone have any suggestions?
The comment area code is
`/* =Comments */.comments-area {
margin: 24px auto 0;
border-top: 3px solid #eee;
}.comments-title,
#respond h3 {
font-size: 1.2em;
line-height: 1.36em;
color: #999;
}
.comments-title small,
.comment-reply-title small {
float: right;
}.comment-list,
.comment-list .children {
list-style: none;
}.comment-list {
margin: 0;
}.comment-list > .comment:first-of-type {
padding-top: 0;
border-top: 0;
}.comment {
margin-top: 26px;
padding-top: 27px;
border-top: 1px solid #eee;
}.comment-meta {
text-transform: uppercase;
}
.comment-meta a {
color: #666;
}
.comment-meta .comment-author img {
float: left;
border-radius: 50%;
}
.comment-meta .comment-author .fn {
display: block;
font-weight: normal;
margin-left: 74px;
text-transform: none;
}
.bypostauthor > article .fn:after {
content: “\f304”;
font-size: 16px;
left: 3px;
position: relative;
top: -5px;
}
.comment-meta .comment-metadata {
font-size: .8125em;
font-weight: normal;
line-height: 2.09231em;
margin-bottom: 27px;
margin-left: 74px;
letter-spacing: 1px;
color: #999;
}
.comment-meta .comment-metadata a {
color: #999;
}
.comment-meta .comment-metadata a:hover {
color: #1c7c7c;
}.comments-area .edit-link:before {
display: inline;
margin: 0 7px;
content: ‘ ~ ‘;
}.comment-form label {
display: inline-block;
width: 109px;
}.required {
color: #1c7c7c;
}.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
position: relative;
margin: 0 0 27px;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
font-size: .8125em;
font-weight: normal;
line-height: 2.09231em;
position: absolute;
top: 7px;
left: 0;
padding: 7px 14px;
letter-spacing: 1px;
text-transform: uppercase;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment input {
display: block;
clear: both;
width: 100%;
margin: 0 0 27px;
padding-left: 100px;
}
.comment-form-author textarea,
.comment-form-email textarea,
.comment-form-url textarea,
.comment-form-comment textarea {width: 100%;
margin: 0 0 27px;
padding: 54px 14px 7px;
}.says {
display: none;
}.form-allowed-tags {
color: #999;
}.no-comments {
font-style: italic;
margin: 27px 0;
text-align: center;
color: #999;
}
- The topic ‘Prevent Comment Area From Moving Widget Area’ is closed to new replies.