Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1119086
    Andrew
    Participant

    http://www.andrewjensen.info
    Cs Ver. 1.3.0
    X Ver. 4.6.1 (X-Child)
    WP Ver. 4.5.3
    ——————–

    Hi guys!

    I have the custom CSS below. All the parameters work except: “text-align: center;” does not have an effect.

    What am I missing?

    Cheers!

    Andrew

    ——————-

    .tooltip .tooltip-inner{
    background-color:rgba(250, 250, 250, 0.8)!important;
    min-width: 160px;
    max-width: 90%;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #888, 4px 4px 6px #888;
    z-index: 50;
    color:#00123b!important;
    text-align: center;
    font-size:1.4em!important;
    }

    #1119773
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! Please update your custom css code and make use of this code:

    .tooltip {
        min-width: 250px;
        padding: 10px;
    }
    
    .tooltip .tooltip-inner{
        margin-left: auto;
        margin-right: auto;
        background-color:rgba(250, 250, 250, 0.8)!important;
        min-width: 160px;
        border-radius: 5px;
        box-shadow: 0px 0px 3px #888, 4px 4px 6px #888;
        z-index: 50;
        color:#00123b!important;
        text-align: center;
        font-size:1.4em!important;
    }

    We would loved to know if this has work for you. Thank you.

  • <script> jQuery(function($){ $("#no-reply-1119086 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>