Tagged: x
-
AuthorPosts
-
August 5, 2016 at 12:02 pm #1119086
AndrewParticipanthttp://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;
}August 5, 2016 at 10:12 pm #1119773
Rue NelModeratorHello 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1119086 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
