John Cobb
Forum Replies Created
-
AuthorPosts
-
John CobbParticipant
I have not heard back from anyone in regards to my issue. May I please receive a refund?
John CobbParticipantThis isn’t working for me after all. I’m at a loss. It just won’t stop overriding my css. Is there anyway I can get a refund?
John CobbParticipantOkay, last reply here. Fixed. It’s obvious I don’t *really* know what I’m doing, but here’s what I had to do for my site for anyone’s FYI.
This in the Custom CSS Editor:
* {
-moz-box-sizing: inherit;
-webkit-box-sizing: inherit;
box-sizing: inherit;
}And, Bootstrap Styling CSS File set to “No Bootstrap Theme,” Bootstrap JS File & IE6+ compatibility JS File set to “Use from EBS Plugin”. Sorry for the multiple replies. Thank you for your help and creating a great plugin that has been a real time saver for me!
John CobbParticipantOkay, strike that. That doesn’t work. It’s global, obviously. How can I specify for this to be used only for the tabs?
John CobbParticipantProblem solved. And for anyone else, I simply posted this in the Custom CSS Editor in the plugin.
* {
-moz-box-sizing: inherit;
-webkit-box-sizing: inherit;
box-sizing: inherit;
}John CobbParticipantWell, I was wrong. It is a bootstrap theme, and here is where the issue I’m having seems to be coming from.
webkit-box-sizing: border-box;
box-sizing: border-box;When I turn these off while inspecting the element, everything is fine. What should my settings be then?
John CobbParticipantThank you for the quick response. Yes, I tried that as well. It’s still overriding some css. Here is my url. http://memphispool.com/
John CobbParticipantI do not have a Bootstrap theme, so I set the Bootstrap styling to “No Bootstrap Theme.” This fixed *some* CSS issues, but not all. It’s still overriding some of my styles. What could I be doing wrong? Also, I have Bootstrap JS File and IE6+ compatibility JS File set to “Use from theme or any other plugin.”
-
AuthorPosts