Announcement

Collapse
No announcement yet.

Issue after update to 5.25

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Issue after update to 5.25

    The columns are off to the right, they don't line up under the header.


    Click image for larger version

Name:	member list.jpg
Views:	24
Size:	415.2 KB
ID:	4359921

  • #2
    This seems to be a bug. I have logged it here:
    MARK.B
    vBulletin Support

    Comment


    • #3
      Thanks Mark.

      Comment


      • #4
        I have tried to come up with some custom css to provide a temporary fix...however I won't pretend to be a programmer, and thus I have failed to make it work....

        Possibly Glenn Vergara might pop in and have some ideas on this, if he gets chance. He's a proper programmer who can do real css, unlike my efforts!
        MARK.B
        vBulletin Support

        Comment


        • #5
          Here you go...Add this via Sitebuilder CSS Editor.

          Code:
          .memberlist-widget .b-table__row--header .l-col__fixed-1 .h-hide-on-small {
              display: inline-block;
          }

          There was a change in the main-cssnormalization.css and this CSS rule is missing for some reason.

          Code:
          .h-hide-on-small, .h-hide-on-xsmall {
              display: inline-block !important;
          }
          So adding my suggested CSS code should restore the missing rule for Memberlist (at least).

          Flag Icon Postbit AJAX Search Topic List Pagination INITIALS AVATAR Better Name Card Quote Selected Text Likes Summary Post Footer Translate Stop Links in Posts +MORE!

          Comment


          • #6
            Thanks Glenn...that works.
            MARK.B
            vBulletin Support

            Comment


            • #7
              That did it! Thanks Glenn.

              Comment


              • #8
                Thank you, it works.

                Comment

                Related Topics

                Collapse

                Working...
                X