Notifications
Clear all

Align rows

9 Posts
3 Users
0 Likes
2,218 Views
(@dimbays)
Member Customer
Joined: 6 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: 6 years ago
Posts: 5924
 

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: 6 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 6 years ago by dimbays

   
ReplyQuote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5924
 
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: 6 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: 10 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: 6 years ago
Posts: 24
Topic starter  

@arina, Hi!

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


   
ReplyQuote
Arina
(@arina)
Support Team
Joined: 10 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: 6 years ago
Posts: 24
Topic starter  

@arina

Yes you are right!
Thanks for the solution!


   
ReplyQuote
Share:
Scroll to top