Why Is My "Subscribe" Button So Huge On Mobile?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jkotlowski
    Senior Member
    • May 2015
    • 103
    • 5.1.x

    Why Is My "Subscribe" Button So Huge On Mobile?



    I had thought this was just some weird design flaw with VB5, since it's been this large for as long as I can remember. But I recently visited this site on mobile and noticed the subscribe button here looks a lot nicer... lol.

    Any ideas what could be causing this? It happens on every theme. Even ones that I don't allow my members to use and ones that don't have any special templates or CSS added to them. So it's pretty odd.
    Want bigger avatars for your forum? There's a mod here. But be sure to vote for the JIRA requesting the fix here!
  • glennrocksvb
    Former vBulletin Developer
    • Mar 2011
    • 3955
    • 5.7.X

    #2
    You probably have custom CSS that's causing this. This can only be confirmed if you post a link to that page.

    Flag Icon Postbit Insert GIPHY Impersonate User INITIALS AVATAR Better Name Card Quote Selected Text Collapsed PM Post Footer Translate Stop Links in Posts +MORE!

    Comment

    • jkotlowski
      Senior Member
      • May 2015
      • 103
      • 5.1.x

      #3
      Originally posted by Glenn Vergara
      You probably have custom CSS that's causing this. This can only be confirmed if you post a link to that page.
      http://www.t5forums.com/forum/main-f...election-cycle

      Well, here's a topic. But as I said, it's only on mobile. It seems normal on a desktop screen.

      All the custom CSS would be in the additional.css tab, wouldn't it? I deleted all the additional CSS on a theme I don't use and the button is still hilariously large on that theme, as it is on all the other themes.

      So weird. x.x
      Want bigger avatars for your forum? There's a mod here. But be sure to vote for the JIRA requesting the fix here!

      Comment

      • RenkusMax
        New Member
        • Jul 2015
        • 24
        • 5.3.x

        #4
        The same problem. Blue Green theme

        Click image for larger version

Name:	Screenshot_20160823-012025.png
Views:	47
Size:	315.3 KB
ID:	4351664

        Comment

        • glennrocksvb
          Former vBulletin Developer
          • Mar 2011
          • 3955
          • 5.7.X

          #5
          The Subcribe button font size in mobile view is 1.4 times the size of the module header by default. You set the module header font size to 36px so the Subscribe button font size is 50.4px. You could add a custom CSS to change the font-size of the Subscribe button in mobile view.

          Code:
          .l-xsmall .b-button--follow { font-size: 25px; }
          .l-small .b-button--follow { font-size: 20px; }
          Adjust the size accordingly.

          Flag Icon Postbit Insert GIPHY Impersonate User INITIALS AVATAR Better Name Card Quote Selected Text Collapsed PM Post Footer Translate Stop Links in Posts +MORE!

          Comment

          • jkotlowski
            Senior Member
            • May 2015
            • 103
            • 5.1.x

            #6
            Originally posted by Glenn Vergara
            The Subcribe button font size in mobile view is 1.4 times the size of the module header by default. You set the module header font size to 36px so the Subscribe button font size is 50.4px. You could add a custom CSS to change the font-size of the Subscribe button in mobile view.

            Code:
            .l-xsmall .b-button--follow { font-size: 25px; }
            .l-small .b-button--follow { font-size: 20px; }
            Adjust the size accordingly.
            Worked like a charm. Thanks as always, Glenn. You're the absolute best.
            Want bigger avatars for your forum? There's a mod here. But be sure to vote for the JIRA requesting the fix here!

            Comment


            • jkotlowski
              jkotlowski commented
              Editing a comment
              Though as a side note... It's a bit silly that the subscribe button font size is tied into header font size... >_>

            • glennrocksvb
              glennrocksvb commented
              Editing a comment
              I agree.

          Related Topics

          Collapse

          Working...
          😀
          😂
          🥰
          😘
          🤢
          😎
          😞
          😡
          👍
          👎