Neither customers nor I am receiving emails when any order is placed

This topic has 23 replies, 3 voices, and was last updated 2 years, 11 months ago ago by Olga Barlow

  • Avatar: Olga Barlow
    Olga Barlow
    Support staff
    May 24, 2021 at 16:12

    Hello,

    Because you used the wrong custom CSS that does not work for the secon colum. Check now. I have replaced

    #first-feat, #third-feat img.vc_single_image-img.attachment-full.lazyload-lqip.lazyloaded {
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }

    with

    #first-feat, #third-feat img.vc_single_image-img {
        max-width: 100px;
    	margin: 0 auto;
    }

    Regards

    Avatar: Muhammad Abdul Qayoom
    Muhammad Abdul Qayoom
    Participant
    May 25, 2021 at 10:10
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    May 25, 2021 at 12:16

    Hello,

    Because of your custom https://prnt.sc/13e5652

    .wpb_animate_when_almost_visible.wpb_fadeIn.fadeIn.wpb_column.vc_column_container.vc_col-sm-4.et_custom_uniqid_new_606608c507562.mpc-column.wpb_start_animation.animated {
        position: relative;
        top: -52px;
    }

    What’s this? Why do you use such global classes and why do you need position: relative; and top: -52px; for that?

    Regards

  • 1 2
    Viewing 23 results - 21 through 23 (of 23 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.