0
Welcome Guest! Login
0 items Join Now

sidebars and responsive layouts

    • Houston's Avatar
    • Houston
    • Elite Rocketeer
    • Posts: 1077
    • Thanks: 2

    sidebars and responsive layouts

    Posted 12 years 1 month ago
    • Seems to me there are more times than not that you wish the sidebar would jump under the content at about the Tablets level of media query instead of smart phone and smaller tablets. Currently, the text sidebar gets way to skinny and long before it jumps under the main body. Is there a way to change this behavior

      If you squeeze your browser window at this site you will see what I am talking about.

      Many thanks,
      Houston
    • The following users have thanked you: C J Gilbert

    • Houston Brown - www.splitlightdesigns.com
      Apache Version = 2.2.2 / PHP Version = 5.2.17 or 5.3.15 (dual)
      mySQL Version = 5.5.21
      Joomla Version = 2.5.8 / Web Servers OS Version = CentOS 6
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: sidebars and responsive layouts

    Posted 12 years 1 month ago
    • you mean soemthing like that?

      @media only screen and (max-width: 959px) {
      .rt-container [class*="rt-grid"] {
      display: block;
      float: none;
      position: relative;
      width: 100%
      }
      }
    • Houston's Avatar
    • Houston
    • Elite Rocketeer
    • Posts: 1077
    • Thanks: 2

    Re: sidebars and responsive layouts

    Posted 12 years 1 month ago
    • Precisely. Thanks again Mr. Henning.
    • Houston Brown - www.splitlightdesigns.com
      Apache Version = 2.2.2 / PHP Version = 5.2.17 or 5.3.15 (dual)
      mySQL Version = 5.5.21
      Joomla Version = 2.5.8 / Web Servers OS Version = CentOS 6

Time to create page: 0.069 seconds