1. REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Fixed Custom field and responsive style

Discussion in 'Showcase Resolved Bug Reports' started by 3rd angle, Sep 21, 2013.

  1. 3rd angle

    3rd angle Member Showcase

    image.jpg The custom fields are not compatible with the responsive layouts..

    Is there any fix to this.. Am running 1.3
     
  2. Bob

    Bob Developer Staff Member

    Try this...

    edit the CSS template: nflj_showcase_item.css

    FIND (on lines 122-124):
    HTML:
        .tabInfo, .tabPairs {
    
            width: 500px;
        }
    change width to max-width
    HTML:
        .tabInfo, .tabPairs {
            max-width: 500px;
        }
     
    3rd angle likes this.
  3. Bob

    Bob Developer Staff Member

    btw, I've moved this from "support" into the "Bugs" forum as it (to me) is a bug. I've fixed it to the way core xenforo handles it by using a max-width on the div instead of a static width (as posted above).
     
    3rd angle likes this.
  4. 3rd angle

    3rd angle Member Showcase

    that worx.. thanks Bob
     
    Bob likes this.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.