• Resolved faiz1234

    (@faiz1234)


    Hi, this plugin is working very fine, but in the mobile view the view block is not looking good and I wanted to hide it using custom css.

    so in the customs css option under customize, I added this code to hide it,
    This same css code was working when I put it in the inspection tool:

    @media screen and (max-width: 540px)
    .woocommerce 
    .woocommerce-message {
        /* display: flex; */
        flex-direction: column-reverse;
        display: none;
    }

    But it is not working when I put it in the wordpress website. Even after publishing the code, still it is showing view cart block in the mobile view. I am adding the screenshot of the mobile view. Pls let me know how can I fix it. Thanks : )

    Link to image: https://drive.google.com/file/d/10uMOUHmF1Z-q2m_egEDr5H-52LQc82ZC/view?usp=sharing

    • This topic was modified 3 years, 7 months ago by faiz1234.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Optimocha

    (@optimocha)

    Hi @faiz1234,

    This can’t possibly be related to the Disable Cart Fragments plugin in any way (feel free to test with and without the plugin being active) but I think I can help: When you comment out the line display: flex; that specific rule is disabled. Don’t comment it out.

Viewing 1 replies (of 1 total)
  • The topic ‘How to add custom css’ is closed to new replies.