Home Forums WoodMart support forum CART BUTTON

CART BUTTON

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #232982

    joseppan
    Participant

    The red button is not full-width in the responsive version and I don’t understand why. It looks very weird.

    I’ve touched the CSS but can’t get it to be as long as the desktop version.

    Can you tell me how to do it please?

    Attachments:
    You must be logged in to view attached files.
    #232984

    joseppan
    Participant

    At the same time tell you that the web is very slow for me. I have optimized the CSS through your tool.

    I have WPML installed.

    For example, when I do a tools.pingdom.com it comes out that the css (1.5mb) and js (1.8mb) take up a lot. Attached capture.

    Thank you very much for your help!

    Attachments:
    You must be logged in to view attached files.
    #233027

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Please add this code to the Theme Settings > Custom CSS > Global:

    @media (max-width: 1024px){
    body .wd-quantity-enabled .woodmart-hover-quick:not(.sold-individually) .product_type_simple {
        width: 100%;
        padding-left: 0;
        padding-right: 80px;
    }
    }

    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. Also, you can use GTmetrix tool to see what makes your website slow and optimize these parts of your website.

    Best Regards

    #233211

    joseppan
    Participant

    Ok thank you!

    #233222

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘CART BUTTON’ is closed to new replies.