badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Theme conflict with Content Protector

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #11767
    Phuong
    Participant

    Hi,

    I installed Content Protector plugin on my site to password protect some content on a Page.
    It works great. However, I suspect something in the Attitude Premium theme is making the box where people enter the password span the width of the page.

    Is there something I can add to Custom CSS that will fix this?

    I’ve tried adding width:50% in the Content Protector’s Form CSS, but that did nothing.

    I have Content Protector plugin on another site using a different theme and it works as expected, with the box not spanning the entire width.

    #11768
    Phuong
    Participant

    http://www.sanctumclub.org my site . look at Welcome/home page

    #11824

    Hi Phuong,

    Please add below CSS code in custom CSS.

    #content-protector-password-M {
        width: 50%;
    }

    Thank you!

    #11892
    Phuong
    Participant

    Hi,

    That worked great. I am using that plugin on another page.

    http://sanctumclub.org/store/

    Is it possible to apply that change globally?

    Also, I would like the word, “Password” to remain above the box. How would I do that?

    On http://www.sanctumclub.org, the Home/Welcome page, the word “Password” moved to the side of the box. I would like it above the box, how do I do that?

    #11901

    HI Phuong,

    For apply globally add bellow CSS code to custom CSS option

    .content-protector-password {
        width: 50% !important;
    }

    And for the word, “Password” to remain above the box ask it to the developer who did it? or if it is from plugin ask the plugin developer about it. They know the better about their code than us.

    Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.