The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Share:
Notifications
Clear all

Alignment Issue

9 Posts
2 Users
1 Likes
1,155 Views
Posts: 6
Topic starter
(@bizgate)
Active Member
Joined: 3 years ago

Hi All,

Is there any any way to align the comment section to left side of the page? as it appears in the center. you can have a look at home page to have an idea https://first-american-home-warranty.com

8 Replies
Asti
Posts: 7140
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

@bizgate,

Use this CSS code, it should solve the issue

#wpdcom {
    max-width: 100%;
    margin-right: 29%;
}

@media screen and (max-width: 600px){
    #wpdcom {
       max-width: 100%;
       margin: 15px !important;
    }
}

 

Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again. 

Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.

Reply
7 Replies
(@bizgate)
Joined: 3 years ago

Active Member
Posts: 6

@asti 

but the article rate is still in the center. is it possible to change that as well.
and one more thing is it possible to Article Rating to Consumer Rating?

Reply
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7140

@bizgate ,

but the article rate is still in the center. is it possible to change that as well.

Use this code as well. 

div#comments  #wpd-post-rating {
    display:block;
    margin-left: 20%;
}
@media screen and (max-width: 600px){
   div#comments  #wpd-post-rating {
      display:block;
      margin-left: 30%;
   }
}

and one more thing is it possible to Article Rating to Consumer Rating?

 

You should change the value of the "Post Rating Title" field. More info here: https://wpdiscuz.com/docs/wpdiscuz-7/getting-started/manage-comment-forms/comment-form-settings/#enable-post-rating

 

Reply
(@bizgate)
Joined: 3 years ago

Active Member
Posts: 6

@asti 

any code to reduce the line width also to the same size. please refer the attached image

comments line

 

Reply
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7140

@bizgate,

I'm sorry, but there is not any solution for this. You should either use the code or remove it. 

Reply
(@bizgate)
Joined: 3 years ago

Active Member
Posts: 6

@asti

how to remove that line?

Reply
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7140

@bizgate,

you should remove the whole code provided in this post. In this case, the rating will not be in the center. 

Reply
(@bizgate)
Joined: 3 years ago

Active Member
Posts: 6

@asti 

Ok for the moment will use it as it is. Guess most of the issues are solved and looking good right now. in case if you get a solution to reduce the length of that line please leave a message.

Thank you for your support, really appreciated 

Reply
Share: