Mobile set

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #22575
    Roy77
    Customer

      Hi
      i have a problem with the columns on mobile homepage
      http://genesis.frpweb.it/
      the columns remain paired instead of aligning one below the other

      Can you help me?

      thanks

      #22602
      Wes
      Moderator
        This reply has been marked as private.
        #22606
        Roy77
        Customer

          Hi

          desktop everything is alright
          mobile version, i see the columns paired and not one after the other

          this is my site -> http://genesis.frpweb.it/

          do you need an account?

          #22610
          Wes
          Moderator

            Ok, now I see. It looks like it’s all coming from the custom CSS code that you added to the bottom of the style.css file. Since there’s already column class code added inside the theme by default, you can go ahead and remove it. Once you remove the code from the bottom then it should start functioning normally again like the demo.

            /* Column Classes
                Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
            --------------------------------------------- */
            
            .five-sixths,
            .four-sixths,
            .one-fourth,
            .one-half,
            .one-sixth,
            .one-third,
            .three-fourths,
            .three-sixths,
            .two-fourths,
            .two-sixths,
            .two-thirds {
            	float: left;
            	margin-left: 2.564102564102564%;
            }
            /* modifica 11 aprile 2018 100% non funziona */
            .one-half,
            .three-sixths,
            .two-fourths {
            	width: 48.717948717948715%;
            }
            
            .one-third,
            .two-sixths {
            	width: 31.623931623931625%;
            }
            
            .four-sixths,
            .two-thirds {
            	width: 65.81196581196582%;
            }
            
            .one-fourth {
            	width: 23.076923076923077%;
            }
            
            .three-fourths {
            	width: 74.35897435897436%;
            }
            
            .one-sixth {
            	width: 14.52991452991453%;
            }
            
            .five-sixths {
            	width: 82.90598290598291%;
            }
            
            .first {
            	clear: both;
            	margin-left: 0;
            }

            Let me know if that helps.

            #22614
            Roy77
            Customer

              Oh, Sxxt 馃槢

              now it works

              Thanks WES

              HAVE A NICE DAY!!!

            Viewing 5 posts - 1 through 5 (of 5 total)
            • The topic ‘Mobile set’ is closed to new replies.