Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #811172

    Hello, there is little left. We are on the contact screen.

    How to decrease the contact form inside in grid row 1/2? It is glued to the sides. I want you to move away from the sides.

    See the lin k and then see the image.

    LINK

    IMAGE

    View post on imgur.com


    QUESTION 2
    How do you lower the side of the box below the map?
    See the same image above.

    #811300

    Hey mleite1,
    1: Try this code in the General Styling > Quick CSS field:

    .page-id-305#top fieldset {margin: 10%!important; }

    2:

    .page-id-305 .flex_column_table.av-equal-height-column-flextable {margin-top: -125px!important; }

    Best regards,
    Mike

    #811529

    Many thanks for the feedback.

    This code below only vertically moves the box.

    .page-id-305 .flex_column_table.av-equal-height-column-flextable {margin-top: -125px! Important; }

    I wish to decrease the width of the box.

    The other code is ok. It worked.

    #811758

    Hi mleite1,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .page-id-305#top fieldset {
        margin: 22%!important;
        width: 60%;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #812794

    Hello Victoria, thanks for the feedback.
    The code you sent us is about the form. We need to decrease the width of the BOX below the map in the center.

    #813508

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .page-id-305 #av_section_1 .container {
        max-width: 70%;
    }
    

    Best regards,
    Yigit

    #813555

    Its ok now Yigit.

    And when I have two boxes side by side? Is the same code for everyone?

    EXEMPLE

    #814184

    Hi,
    I’m not sure I understand your question about your example link, but on the most part the code is not the same for everyone. The code above only works on one page “.page-id-305”

    Best regards,
    Mike

    #814345

    Hi, Mike. Thanks for the feedback.

    Yigit gave us a code that worked for only one box. We managed with this code to decrease the width of the box. See link. | http://www.hidrocon.com/hidro/contato-hidrocon-2/

    In our INDEX there are 3 boxes. What would be the code to do the same thing in the 3? See link | http://www.hidrocon.com/hidro/

    #814493

    For example I used this code below for my index page that has 3 equal boxes on the contact page and did not work.

    .page-id-2#top fieldset {margin: 10%!important; }

    #814769

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #av_section_1 .container {
        max-width: 70%!important; 
    }

    Best regards,
    Mike

    #815180

    Help me. I saved the SAVE TEMPLATE main page. I created a new blank page and saved the template in it. Okay. A problem occurs. The formatting of the contact form was cleared.

    I USE THIS CODE on the main page.
    .page-id-305 # top fieldset {margin: 10%! Important; }

    The page ID of the new page is 442.
    I put the code in css and it did not work.

    MAIN PAGE
    http://www.hidrocon.com/hidro
    MAIN PAGE IMPORTED (ERROR NO FORM)
    http://www.hidrocon.com/hidro/principal2/

    #815191

    I was using the wrong code. Disregard this request.

    This is correct.
    .page-id-442 # top fieldset {margin: 10%! Important; }

    #815284

    Hi,

    Great, glad you got it working and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #815367

    It’s ok Rikard.

    Tks

    #815391

    Hi,
    Glad to hear, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘CONTACT FORM INSIDE GRID ROW | ADJUST SIZE’ is closed to new replies.