Minimizing Widget width

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ABDUR7MAAN
    Senior Member
    • Sep 2013
    • 139
    • 5.3.x

    [Site Builder] Minimizing Widget width

    Good evening
    Search the forum for a way to Minimizing Widget width :

    Click image for larger version

Name:	44444.PNG
Views:	41
Size:	228.4 KB
ID:	4388441

    Is it possible to help?
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 73981

    #2
    There is no way to minimize the width without custom CSS code. They are coded to fit the column they are placed in. Use a layout with smaller side columns and you'll get narrower widgets.
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    • ABDUR7MAAN
      Senior Member
      • Sep 2013
      • 139
      • 5.3.x

      #3
      Can you help me with the code?

      Comment

      • Wayne Luke
        vBulletin Technical Support Lead
        • Aug 2000
        • 73981

        #4
        Not at this time. I have an Improvement Request open for this issue here: http://tracker.vbulletin.com/browse/VBV-6254
        Translations provided by Google.

        Wayne Luke
        The Rabid Badger - a vBulletin Cloud demonstration site.
        vBulletin 5 API

        Comment

        • delicjous
          Senior Member
          • Mar 2014
          • 499
          • 6.X

          #5
          HTML Code:
          [data-widget-id="3496"] {
              max-width: 200px;
          }
          You need to know the data-widget-id of your widget and place it to the code above. Then you could change the width with css.
          Click image for larger version

Name:	forums_widget.jpg
Views:	38
Size:	225.0 KB
ID:	4388463

          Comment

          Related Topics

          Collapse

          Working...