Errors in CSS styles, v 5.2.0
-
1. In version 5.2.0, the width (1600px) is displayed incorrectly, the site is displayed in full width. Previously (v 5.1.0, style.min.css) – screenshot 1, now (v 5.2.0, xts-theme_settings_default-1599299387.css) – screenshot 2.
2. Responsive text block (screenshot 3) does not display part of the text (screenshot 4) – https://holmer-tech.com.ua/test/
Attachments:
You must be
logged in to view attached files.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
1.
@media (min-width: 1025px) {
body .container {
width: 95%;
}
}
2.
.woodmart-text-block p {
display: block !important;
}
Best Regards
OK thanks! In the next update, this will be fixed or added to the custom css forever?
In the last update container width was changed and it’s not a bug. If you want have your container max-width 95% you need to keep provided custom CSS code.
Best Regards
The topic ‘Errors in CSS styles, v 5.2.0’ is closed to new replies.