0
Welcome Guest! Login
0 items Join Now

Gantry 5 CALISTO Blog layout smartphone

  • Gantry 5 CALISTO Blog layout smartphone

    Posted 8 years 10 months ago
    • Hello,

      I'm using Gantry 5 with CALLISTO Template.
      The home page is configured like this :
      - Blog 2 columns

      In a screen, I could have 2 columns : OK
      If I see the home page with a smartphone, with a responsive template, I have to see all content in ONE column. In fact I have 2 columns.

      You could see :
      www.maqeflslrda.concept-siteweb.com/
      www.maqeflslrda.concept-siteweb.com/le-blog-actualite.html

      With older template using Gantry 4, it was responsive 1 column with smartphone.

      Thank you for your help !
      Eric
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: Gantry 5 CALISTO Blog layout smartphone

    Posted 8 years 10 months ago
    • Conceptsiteweb wrote:
      Hello,

      I'm using Gantry 5 with CALLISTO Template.
      The home page is configured like this :
      - Blog 2 columns

      In a screen, I could have 2 columns : OK
      If I see the home page with a smartphone, with a responsive template, I have to see all content in ONE column. In fact I have 2 columns.

      You could see :
      www.maqeflslrda.concept-siteweb.com/
      www.maqeflslrda.concept-siteweb.com/le-blog-actualite.html

      With older template using Gantry 4, it was responsive 1 column with smartphone.

      Thank you for your help !
      Eric

      In your rt_callisto-custom.css file add this:
      /** Small Screen Mobile Modes **/
      @media only screen and (max-width: 480px) {
          .blog .span6 {
              float: left !important;
              width: 100% !important;
          }
      } 


      To mark this issue as Solved, please change the Topic icon to a Checkmark and add [SOLVED] to the beginning of your Title FIRST post of the Topic


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

      Thanks.
    • Last Edit: 8 years 10 months ago by DanG.
    • The following users have thanked you: Conceptsiteweb

Time to create page: 0.048 seconds