0
Welcome Guest! Login
0 items Join Now

Smartphone on display problem

  • Smartphone on display problem

    Posted 9 years 2 weeks ago
    • Hello,

      Sur mon site (Gantry 5), le formulaire de réservation ne s'affiche pas sur écran smartphone. Pourtant il est aligné sous le logo.

      Thank you for your help
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Smartphone on display problem

    Posted 9 years 2 weeks ago
    • Hi,

      please note that you have to post in english.

      To your issue: You are using non-rt-products that couse the issue.
      But the real issue is your horrible custom css coding that we can't fx entirely for you because we don't offer a custom coding service.
      You might want to ask in our marketplace for paid help.

      As a start try to add this to yout custom css-file.


      @media (max-width:60rem) {
      
      	.moduletable.customclass.span5 {
      	float: none;
      	margin-left: 0px;
      	min-height: 1px;
      }
      
      	.platform-content {
      	position: relative!important;
      }
      
      }

Time to create page: 0.051 seconds