Home Forums WoodMart support forum Problem with page speed – css file

Problem with page speed – css file

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #152662

    prokurent
    Participant

    Hi,

    1. I have a problem with page speed. Use the optimization plugin but that doesn’t help much.

    I would like you to check the speed of my page in page speed and see what problems occur.

    It is really difficult for me to do because riding a heavy load with no template.

    2. At the very end of the private content, I also send you a link to the post where you can see that the tags go outside the area and invade the social icons. How to fix it?

    #152684

    Artem Temos
    Keymaster

    Hello,

    In general, our theme is already optimized and don’t have too many resources to make your website slow. Most likely, your website performance suffers from the content you have added to your website. It may happen in case of too many plugins, large not optimized images or other resources. So we suggest you to remove unnecessary plugins, install some kind of JS & CSS optimizing plugins like Better WordPress Minify and a caching plugin like WP Super Cache or use WP Rocket for both tasks. Also, you can use GTmetrix tool to see what makes your website slow and optimize these parts of your website.

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .woodmart-single-footer .tags-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    Regards

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