Okay
  Public Ticket #981559
big white gap on
Closed

Comments

  • Albert started the conversation

    Hi there,

    Please, in that page: http://niflauers.com/bodas/ when you change to mobile there is a big white gap between the form. I think there some css rule. Can you check it, please?

    Thanks!

    Albert.

  •  3,030
    Andrew replied

    Hi Albert,

    I hope you are having an awesome day and thanks for contacting us regarding your query.

    You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard 

    /*height fix for vc columns*/

    @media only screen and (max-width: 690px){
    .vc_col-sm-2 {
     min-height: auto!Important;
         }
    }

    Please let me know if there are any more questions that I may answer for you :)

    Cheers! 

  • Albert replied

    Hi Andrew! Working fine!!! Really thanks ;)

  • Albert replied

    BTW, Please Andrew, I would love to keep the same square proportion in mobile than desktop in this section #servicios:

    http://niflauers.com/#servicios

    Is that posible? Thanks!!

  •  3,030
    Andrew replied

    Hi there,

    Thanks for keeping in touch with us.

    You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard 

    @media only screen and (max-width: 690px){

    .vc_column-inner {
        margin-top: 30%!Important;
    }}

    @media only screen and (max-width: 690px){

    .vc_col-sm-4.wpb_column.column_container.vc_column_container {
        min-height: 400px!Important;
    }}

    Please let me know if this works :)

    Cheers! 

  • Albert replied

    Hi Andrew,

    The primary question (gaps on form) does not really work on mobile devices (it only works on mobile-desktop-sotfware).

    And if you check it on Android the MENU is overlayed and always displayed.

    Thanks.

  •  3,030
    Andrew replied

    Hi Albert,

    Thanks for keeping in touch with us.

    Maybe I misunderstood your request. Is it that for desktop, you'd like to make the width of the services section a little less or increase the height so that your images are squared?

    Please let me know so that I can make the necessary adjustments

    Cheers! 

  • Albert replied

    Hi Andrew,

    The first question is not working. I close this topic and I open a new one to not misunderstood.

    Thanks a lot.