Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1434031

    Hi,
    In bogerdpro.com, at the end of the home page, there is the contact area. When it loads in a mobile, it only shows a half layer in the two columns, the form block and the icon list block; these two blocks are cut, at 50%.
    How can I do for showing the content of both blocks at 100%?
    Thanks in advance.
    Joan

    #1434038

    Hey bcndisseny,

    Thank you for the inquiry.

    You can add this css code to adjust the default padding of the cell or column and create more space for the contact form on mobile view.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all .flex_cell.av-c9mynt-bafa8a24bf3e6e0c489a0aa61dc412d0 {
        padding: 20px !important;
      }
    }
    

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.