Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-17220

Fix Missing ".rtl .site-description" | ".logo" RTL Site Description And Site Logo Float And Padding Rules

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Minor
    • Resolution: Unresolved
    • 3.3.11
    • None
    • Styles

    Description

      When using an RTL language, the site name is not centred in responsive mode, also if you choose do display the logo in responsive mode, that is also not centred.

      This can be solved by adding a rule to the bidi.css file to match the one in the responsive.css file.

       

      I have added both LTR and RTL screen shots to show the differences.

       

      File:

      bidi.css
      

      Find:

      @media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
      {

      Add Below:

          /* Logo block
          ----------------------------------------*/
          .rtl .site-description {
              float: none;
          }
       
          .rtl .logo {
              float: none;
              padding: 10px;
          } 

      Attachments

        Activity

          People

            Unassigned Unassigned
            ForumFlair ForumFlair
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: