Notifications
Clear all
Topic starter
10/08/2018 11:21 am
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!
10/08/2018 1:39 pm
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.
Topic starter
17/08/2018 11:10 am
@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
17/08/2018 1:53 pm
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;
}
Topic starter
20/08/2018 11:21 am
@astghik
Hi! Thanks, but I do not have this solution ... (
all without change...
20/08/2018 6:35 pm
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.
21/08/2018 1:39 pm
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.