0
Welcome Guest! Login
0 items Join Now

Afterburner will not show horizontal scroll bar

  • Afterburner will not show horizontal scroll bar

    Posted 9 years 4 months ago
    • Hi all...

      i'm using your amazig theme Afterburner (both Joomla and phpBB3) for our community until septemebr 2012.
      We are implementing a MOD for phpbb3 to manage brachet tournament, but i have a litte problem when we will try to show the tournament table: the hotrizontal scroll bar will not be visible and will be impossible to see entire table as you can see into this screenshot. I tried using "prosilver" theme and everything works fine

      This image is hidden for guests.
      Please log in or register to see it.


      This image is hidden for guests.
      Please log in or register to see it.


      Can you help me to fix this issue? i'm working on a "offline clone site" (juat to do not create problem with version that it's online for our community) if will be usefull and/or necessary to make troubleshooting, i can make this online on my domestic DSL and provide you access to this working reelase.

      Thank you a lot for your assistance
      Best Regards.

      Luca
    • Last Edit: 9 years 4 months ago by prophecy72.
  • Re: Afterburner will not show horizontal scroll bar

    Posted 9 years 4 months ago
    • Hi.. maybe i fixed the issue and seem working fine, just tell me if will be enough and if this will not create another issues on theme look and feel.

      I edited "common.css" file under afterburner style

      at row 95 under section
      /* Main blocks
      ---------------------------------------- */
      #wrap {
      	padding: 0 20px;
      	min-width: 650px;
      }
      and added before " } "
      	overflow: auto;
      this it's the result:
      /* Main blocks
      ---------------------------------------- */
      #wrap {
      	padding: 0 20px;
      	min-width: 650px;
      	overflow: auto;
      }
      Please tell me if this will be okey.
      Luca

Time to create page: 0.045 seconds