Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

Align rows

9 Posts
3 Users
0 Reactions
2,798 Views
(@dimbays)
Member Customer
Joined: 7 years ago
Posts: 24
Topic starter  

Hi!

Prompt, when I look a site through a mobile phone at me lines will adjust on each other. How to fix it?
Thank you!

56

   
Quote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 8 years ago
Posts: 6444
 

Hi dimbays,

This is a small conflict with your theme. Please leave your website URL to allow us to check it and provide CSS solution. 


   
ReplyQuote
(@dimbays)
Member Customer
Joined: 7 years ago
Posts: 24
Topic starter  
@astghik

Hi!

Here is the link https://m-fix.com.ua/reviews.html

Thank you so much!
This post was modified 7 years ago by dimbays

   
ReplyQuote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 8 years ago
Posts: 6444
 
Hi dimbays,
 
Please use the folowing CSS code. Put it in Dashboard > Comments > Settings > Styling > "Custom CSS Code" textarea.  
@media screen and (max-width: 600px)
#wpcomm .wpdiscuz-item.wpd-field-checkbox.wpd-field-agreement, #wpcomm .wpdiscuz-item.wpd-field-checkbox.wpd-field-cookies-consent {
          padding-bottom: 15px;
}

   
ReplyQuote
(@dimbays)
Member Customer
Joined: 7 years ago
Posts: 24
Topic starter  

@astghik

Hi! Thanks, but I do not have this solution ... (

all without change...


   
ReplyQuote
Arina
(@arina)
Support Team
Joined: 11 years ago
Posts: 101
 

Hi dimbays,

Please delete the code in the previous post and put this one.

@media screen and (max-width: 600px) {
#wpcomm .wpdiscuz-item.wpd-field-checkbox.wpd-field-agreement, #wpcomm .wpdiscuz-item.wpd-field-checkbox.wpd-field-cookies-consent {
padding-bottom: 17px !important;
}
}

Don't forget to delete all caches before checking.


   
ReplyQuote
(@dimbays)
Member Customer
Joined: 7 years ago
Posts: 24
Topic starter  

@arina, Hi!

strange, but still does not work .... cache brushed


   
ReplyQuote
Arina
(@arina)
Support Team
Joined: 11 years ago
Posts: 101
 

Dear @dimbays,

As far as I see, the issue is already fixed. Probably this is the browser cache, please use private session in mobile browsers.

-- attachment is not available --


   
ReplyQuote
(@dimbays)
Member Customer
Joined: 7 years ago
Posts: 24
Topic starter  

@arina

Yes you are right!
Thanks for the solution!


   
ReplyQuote
Share:
Scroll to top