Viewing 9 replies - 1 through 9 (of 9 total)
  • Here you go.

    .cl-popup-box-title {
        text-align: center;
    }

    Let me know if you still need help.

    Cheers!

    Here you go.

    .cl-popup-box-title {
        text-align: center;
    }

    Let me know if you still need help.

    Cheers!

    Thread Starter bloggingviral.com

    (@bloggingviralcom)

    Thats what i was doing. Sir can you tell me where to add this code in widget option(that appear when we open widget setting for modal popup).

    It aligns in the center when I use that CSS declaration. See screenshot.

    CSS should be applied globally in one location. Put that CSS in your child theme’s CSS. Alternatively, use a plugin such as the CSS Plugin or the custom CSS JetPack module that way you know all your styling is in one place.

    Cool?

    Thread Starter bloggingviral.com

    (@bloggingviralcom)

    Sir can i do this screenshot

    Adding the parameter in global css would change for all modal popup. I just want for this particular one. How to use the option on widget style option on right side of screenshot.

    Thanks a lot for your efforts sir.

    Ah, I see. Try

    text-align: center !important;

    in the CSS Styles box.

    Alternatively, if the plugin allows, put this in the title box

    <div class="cl-popup-box-title" style="text-align: center;">Hi there! </div>

    Beyond that, I think the plugin author should step in.

    No problem.

    Thread Starter bloggingviral.com

    (@bloggingviralcom)

    Putting the div code in title box worked like charms. Thanks a lot this didnt trigger in my mind. Although still waiting for the plugin author to tell how to put ccs in widget style option.

    Thanks Nkuna Sir for your help. Do you run any blog or website on wordpress. I was just eager to see your.

    Glad to help.

    I manage a number of sites. Currently moving to a different server so have nothing to show. Good luck Pressing!

    PS: Don’t forget to mark the thread as resolved. ??

    Plugin Author Ruslan Suhar

    (@rsukhar)

    Hello guys,

    Mosa Eugene Nkuna, you’re the best!

    > Although still waiting for the plugin author to tell how to put ccs in widget style option.

    There’s a special field called “Extra class name”, I improved the popup so this class is added to the wrap-container too, so you’ll be able to customize it separately. This will be available in the next update that is coming really soon!

    Closing the topic.

    If you still need my further assistance, please let me know!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Hot to center align title in modal popup’ is closed to new replies.