• Resolved themj

    (@mayurj)


    I had to make a bunch of fixes to the CSS cause somehow, the CSS classes were being modified after the first popup. I’m using the command prompt version. You can see it in action at https://cryptodir.co

    Got it fixed though:

    
    .ays_content_box p {
            text-align:left !important;
            font-family: Tomorrow !important;
            font-size:16px !important;
        }
        .ays_content_box {
            padding:20px  !important;
        }
        .ays_cmd_window-cursor {
            display: none !important;
        }
        .ays_window p, .ays_cmd_window p {
            padding:10px !important;
            margin:0px !important;
        }
    
    • This topic was modified 2 years, 10 months ago by themj.
    • This topic was modified 2 years, 10 months ago by themj.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Jasmine

    (@hyenokian)

    Dear @mayurj,

    Thank you for the topic.

    First of all, thank you very much for the CSS you have provided, which can be of use for others.

    But, we want to understand, what exactly was broken?

    We have understood that you have set None for the Element Display, have added padding from your side, and disabled the margin from the CSS you have provided us with.

    We are glad to see that you have customized it in the way you prefer.
    But, please note, that the Command Prompt template has been designed in that way from the beginning and we haven’t noticed an issue in this regard.

    Thank you.

    Thread Starter themj

    (@mayurj)

    Thanks Jasmine for the info. I just noticed after using the popup, that the padding would change after clicking the popup the first time. The first time I use the popup, the padding would be 0px on one of the elements, and the second time it would be 10px. Very odd.

    Plugin Support Jasmine

    (@hyenokian)

    Dear @mayurj,

    Thank you for your reply.

    We have checked your website and noticed that the issue comes from the padding you have set on your side.

    Please insert this CSS code to the Theme > Customize > Additional CSS.

    div.ays_window p,
    div.ays_cmd_window p {
    padding: 8px !important;
    }

    Then, clear all the caches.

    Please check this and let us know about the outcome.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS borken’ is closed to new replies.