Twitter Bootstrap styles causing Neptune theme x-tool-img to be cut off

  1. #1

    Twitter Bootstrap styles causing Neptune theme x-tool-img to be cut off

    I actually ended up creating a workaround to fix the issue, but I wanted to have it out there so if anyone else is experiencing the issue this might work.

    I have a basic MVC 5.1 web application and I have the TwitterBootstrap styles included which started to cut off all of the x-tool-img on the bottom.

    I did not want to get rid of TwitterBootstrap so I hunted down what style class I needed to adjust. I added the css below to my Site.css and so far TwitterBoostrap is not overriding any other styles that I have found or causes any incompatibility issues.

    .x-tool-img {
        margin-bottom: 4px;
    }
    Thoughts / Concerns?
  2. #2
    Cool. Thanks for posting the fix/work-around.
    Geoffrey McGill
    Founder

Similar Threads

  1. Replies: 1
    Last Post: Jan 30, 2014, 5:38 AM
  2. How to develop list like Twitter?
    By nmduc073 in forum 2.x Help
    Replies: 4
    Last Post: Oct 18, 2013, 12:44 AM
  3. [CLOSED] Theming - Changing the Neptune Theme
    By RCN in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Aug 19, 2013, 7:03 PM
  4. Replies: 0
    Last Post: Aug 16, 2013, 4:09 AM
  5. [CLOSED] More broken layout with Neptune theme
    By Pyropace in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 29, 2013, 12:57 AM

Posting Permissions