Home Forums WoodMart support forum Errors in CSS styles, v 5.2.0

Errors in CSS styles, v 5.2.0

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #223858

    kazenaka
    Participant

    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.
    #223896

    Bogdan Donovan
    Keymaster

    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

    #223900

    kazenaka
    Participant

    OK thanks! In the next update, this will be fixed or added to the custom css forever?

    #223915

    Bogdan Donovan
    Keymaster

    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

    #253101

    kazenaka
    Participant

    Thanks, it worked.

    #253108

    Artem Temos
    Keymaster

    You are welcome!

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Errors in CSS styles, v 5.2.0’ is closed to new replies.