Viewing 28 posts - 1 through 28 (of 28 total)
  • Author
    Posts
  • #975250

    Hi, this is my website:

    columns

    I’m using 1/5 elements. I set:
    – same height
    – vertical-aling: middle

    It’s possible have a spacing between elements rows?

    Thanks

    #975438

    Hey Pas7o,

    Add this to quick css:

    #cchirappresentiamo .flex_column_table.av-equal-height-column-flextable.-flextable .flex_column_table_cell {
        float: none;
        display: block!important;
        width: 200px!important;
    }

    Best regards,
    Jordan Shannon

    #975790

    I edit your code:

    #cchirappresentiamo .flex_column_table.av-equal-height-column-flextable.-flextable .flex_column_table_cell {
    float: none;
    display: block!important;
    width: 250px!important;
    height: 340px!important;
    }

    now my website is:

    site

    there is a lot of space between rows. it’s possible decrease it?

    Thanks

    #975903

    Hi Pas7o,

    Try reducing the height that you set to be 340px.

    Best regards,
    Victoria

    #976129

    i want all the elment into #cchirappresentiamo color section with same height.

    #976163

    Hi Pas7o,

    Yes, but that empty element is pushing the second row down and you get that whitespace.

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #976257

    Ok

    #976327

    Hi Pas7o,

    Best regards,
    Victoria

    #976348

    it’s ok but the three clomuns below don’t have the same height of columns above and in the middle.

    columns

    • This reply was modified 6 years, 2 months ago by Pas7o.
    #976433

    Hi,

    Add this to quick css:

    .flex_column.av_one_fifth.flex_column_table_cell{
    max-height:300px!important;
    min-height:300px!important;
    }

    Best regards,
    Jordan Shannon

    #976850

    I edit your code:

    .flex_column.av_one_fifth.flex_column_table_cell{
    max-height:340px!important;
    min-height:340px!important;
    }

    but now there is still a lot of space between rows.

    #977003

    Hi Pas7o,

    Please check the page now.

    Best regards,
    Victoria

    #977130

    Victoria, the images in private data are not found.

    It’s possible, into the columns, with ccs code have:
    – images, top
    – texts, middle
    – buttons, bottom
    ?

    Thanks.

    #977376

    Hi Pas7o,

    Looks like only the last button needs to be aligned.
    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

    
    .avia-button-wrap.avia-button-center.avia-builder-el-74 {
      margin-top: 35px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #977410

    it’s not possible move the elements only into the last 3 columns?

    #977439

    Hi Pas7o,

    Not sure I understand your last reply. What do you want to move into the last 3 columns?

    Best regards,
    Victoria

    #977536

    – images in top
    – texts in middle
    – buttons in bottom

    #977687

    Hi,

    I’m having trouble understanding also. Please provide a screenshot of what you are looking to achieve.

    Best regards,
    Jordan Shannon

    #977813

    columns

    #978778

    UP

    #979977

    UP UP

    #980275

    Hi,

    Up does not move it up, but down on our que :)

    Best regards,
    Basilis

    #984049

    it’s about two weeks since I’ve received an answer

    #984060

    Hi Pas7o,

    I have checked on your previous replies and noticed that what you wanted to achieve was the images on top, text/content in the middle and button located at the bottom.
    And it seems that you have already done it, is it just the spacing that you want to adjust? or I might have missed what your trying to point?

    Best regards,
    Nikko

    #984350

    Yes, I want adjust just the spacing.

    #984604

    Hi Pas7o,

    Which spacing now? Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #985090

    look this picture:

    colonne

    three columns on the left are in the middle of content page. three columns on the right are in the bottom of content page.

    did you see the buttons position? I want right columns’buttons have the same position of left columns.

    #985952

    Hi Pas7o,

    Can you try using this css code:

    #cchirappresentiamo .flex_column_table.av-equal-height-column-flextable.-flextable .flex_column_table_cell {
        padding: 0 !important;
    }
    
    #cchirappresentiamo .flex_column_table.av-equal-height-column-flextable.-flextable .flex_column_table_cell .av_textblock_section {
        min-height: 96px;
    }

    Hope it helps.

    Best regards,
    Nikko

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