John Cobb

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: EBSP Override my style.css #3980
    John Cobb
    Participant

    I have not heard back from anyone in regards to my issue. May I please receive a refund?

    in reply to: EBSP Override my style.css #3974
    John Cobb
    Participant

    This 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?

    in reply to: EBSP Override my style.css #3956
    John Cobb
    Participant

    Okay, 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!

    in reply to: EBSP Override my style.css #3955
    John Cobb
    Participant

    Okay, strike that. That doesn’t work. It’s global, obviously. How can I specify for this to be used only for the tabs?

    in reply to: EBSP Override my style.css #3954
    John Cobb
    Participant

    Problem 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;
    }

    in reply to: EBSP Override my style.css #3953
    John Cobb
    Participant

    Well, 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?

    in reply to: EBSP Override my style.css #3902
    John Cobb
    Participant

    Thank you for the quick response. Yes, I tried that as well. It’s still overriding some css. Here is my url. http://memphispool.com/

    in reply to: EBSP Override my style.css #3874
    John Cobb
    Participant

    I 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.”

Viewing 8 posts - 1 through 8 (of 8 total)