Text too close to edge on iPad since upgrade yesterday

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mrs.T
    Senior Member
    • Nov 2007
    • 1210
    • 6.0.X

    Text too close to edge on iPad since upgrade yesterday

    Our Cloud site was upgraded yesterday and all went well except the text in posts when viewed on iPad is very close to the edge. No problem on other devices.

    Screenshot attached.

    Click image for larger version

Name:	IMG-0328~2.PNG
Views:	219
Size:	434.6 KB
ID:	4411188
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 73976

    #2
    What is your custom CSS?
    Translations provided by Google.

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

    Comment

    • Carrfixr
      Senior Member
      • May 2017
      • 1364
      • 5.5.x

      #3
      This is exactly what happened to me. I'll be watching this thread.

      Comment

      • Mrs.T
        Senior Member
        • Nov 2007
        • 1210
        • 6.0.X

        #4
        Originally posted by Wayne Luke
        What is your custom CSS?
        We haven't got much but I can't get on at the moment to look as Cloud is going through the unscheduled maintenance.

        Comment

        • Mrs.T
          Senior Member
          • Nov 2007
          • 1210
          • 6.0.X

          #5
          This is the CSS we have

          Code:
          /* Today's Posts - Forum Title */
          .f-title
          {
          font-weight: normal;
          }
          
          .topic-list-container .topic-list .topic-item .cell-topic .topic-info
          {
          font-size: 12px;
          }
          
          .topic-list-container .topic-list .topic-item td
          {
          vertical-align: middle;
          }
          /* Today's Posts - Forum Title */
          /* Post Link Color */
          .b-post__body a {
            color: #0000ff !important;
          }
          /* End Post Link Color */
          /* Attachments permissions fix */
          [data-usergroupid="1"] .photo-preview {
            display:none;
          }
          
          [data-usergroupid="1"] .gallery-details::before {
            content: "This post contains attachments - please register or log in to view them"
          }
          
          [data-usergroupid="1"] .gallery-details .b-photo-count {
            display:none;
          }
          [data-usergroupid="1"] .b-post-attachments ul::before {
            content: "This post contains attachments - please register or log in to view them"
          }
          
          [data-usergroupid="1"] .b-post-attachments .b-post-attachments__item {
            display:none;
          }
          
          /* End Attachments permissions fix */
          
          /*  ads between posts by Glenn Vergara */
          .ad-after-first-post-active .axd_first-post {
                border: 1px solid #ccc;
                position: absolute;
                bottom: -110px;
                left: 50%;
                text-align: center;
                margin-left: -160px;
                width: 320px;
                height: 100px;
              }
              .conversation-content-widget .conversation-list .ad-after-first-post-active {
                margin-bottom: 110px;
              }
              .ad-after-first-post-active .b-post__body {
                position: static;
              }
              @media(min-width: 500px) {
                .ad-after-first-post-active .axd_first-post { width: 468px; height: 60px; }
                .conversation-content-widget .conversation-list .ad-after-first-post-active { margin-bottom: 70px; }
                .ad-after-first-post-active .axd_first-post { margin-left: -234px; bottom: -70px; }
              }
              @media(min-width: 800px) {
                .ad-after-first-post-active .axd_first-post { width: 728px; height: 90px; }
                .conversation-content-widget .conversation-list .ad-after-first-post-active { margin-bottom: 100px; }
                .ad-after-first-post-active .axd_first-post { margin-left: -364px; bottom: -100px; }
              }
          /* end ads between posts by Glenn Vergara */
          
          /* Channel Names Today's Posts */
          @media only screen and (min-width: 695px) {    
          .topic-list .ellipsis {
              white-space: pre-wrap;
              display: inline !important;
          }
          
          
          }
          
           /* End Channel Names Today's Posts */
          
          
          /* Content Slider Header bottom bar from MarkB */
          #widget_176 .widget-header {
              background: #009900;
              padding: 4px;
              }
          #widget_176 .module-title h1 {
              padding-top: 4px;
              padding-left: 10px;
              }
          /* End Content Slider Header */
          
          /* Content Slider Header side bar from MarkB */
          #widget_208 .widget-header {
              background: #009900;
              padding: 4px;
              }
          #widget_208 .module-title h1 {
              padding-top: 4px;
              padding-left: 10px;
              }
          /* End Content Slider Header */
          
          /*remove redirect from new posts - Glenn*/
          
          #widget_42 .topic-item.redirect {
          display: none;
          }
          /*end remove redirect from new posts */

          Comment

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

            #6
            Your site is back online. Not actually seeing anything in the CSS that could cause this issue except maybe the code for your first post advertising but I really don't see that causing it. Can't reproduce it on a PC where I can actually troubleshoot but will try and recreate it this evening on an iPad when I get access to one.
            Last edited by Wayne Luke; Tue 19 Mar '19, 11:31am.
            Translations provided by Google.

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

            Comment

            • Mrs.T
              Senior Member
              • Nov 2007
              • 1210
              • 6.0.X

              #7
              Originally posted by Wayne Luke
              You site is back online. Not actually seeing anything in the CSS that could cause this issue except maybe the code for your first post advertising but I really don't see that causing it. Can't reproduce it on a PC where I can actually troubleshoot but will try and recreate it this evening on an iPad when I get access to one.
              Thanks Wayne .we've tried it on PC, android, iPhone plus various browsers but it seems only iPad using Safari is affected.

              Comment


              • Wayne Luke
                Wayne Luke commented
                Editing a comment
                Today's maintenance had nothing to do with the vBulletin software. It was for the servers themselves.

              • Carrfixr
                Carrfixr commented
                Editing a comment
                FWIW my site has been fine all day. No CSS has been removed .

              • Mrs.T
                Mrs.T commented
                Editing a comment
                OK we will keep an eye on it and see if it's intermittent like Carfixr's
            • Bocksanders
              Member
              • Oct 2017
              • 86
              • 5.3.x

              #8
              I had the same issue on my Ipad and cleared my cached files, cookies etc... and the problem was resolved.

              Comment


              • Carrfixr
                Carrfixr commented
                Editing a comment
                So did you ask all your users to clear their cache? I was flooded with complaints, and asking them to do that was not very popular.

            Related Topics

            Collapse

            Working...