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

[Solved] Comment form on mobile

8 Posts
2 Users
0 Reactions
149 Views
Posts: 7
Topic starter
(@nenad)
Active Member
Joined: 10 months ago

Could you please help me how to solve this - box height is too big, and on desktop is at center. Also, replies on comments are not normal going one on another?

Sending you link and image:

Screenshot 20240516 204817 Chrome

https://www.novizivot.net/vijesti/hrvatska/baby-lasagna-odbio-prihvatiti-50-000-eura-od-hrvatske-vlade/

 

7 Replies
Asti
Posts: 7351
 Asti
Support
(@asti)
Illustrious Member
Joined: 7 years ago

Hi,

Please see how it looks when we check your website:

mobleView

 

Posts: 7
Topic starter
(@nenad)
Active Member
Joined: 10 months ago

I fixed it, but I need help with desktop - comment box is too small, at the center.

Posts: 7
Topic starter
(@nenad)
Active Member
Joined: 10 months ago

I have comment box in desktop looking like this - at the center

 

image
1 Reply
Asti
 Asti
Support
(@asti)
Joined: 7 years ago

Illustrious Member
Posts: 7351

@nenad,

The issue comes from the active theme. 

Use the CSS code below to solve it: 

div#comments {
   max-width: 100%;
   margin: 0 !important;
}

Insert the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.

Don't forget to delete the caches before checking.

Posts: 7
Topic starter
(@nenad)
Active Member
Joined: 10 months ago

It did not solve my issue, comment box is now moved to the left side and dont fit same width as post on desktop.

1 Reply
Asti
 Asti
Support
(@asti)
Joined: 7 years ago

Illustrious Member
Posts: 7351

@nenad,

Try this one: 

div#comments {
    max-width: 100% !important;
    margin: 0 !important;
    width: 100%;
}
Posts: 7
Topic starter
(@nenad)
Active Member
Joined: 10 months ago

Yes, that' it. Thank you!

Share: