Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #881737

    Dear Kriesi team,

    we have tried to set up a testimonial page but it seems like there is uneven spacing between the grid elements.

    Is it possible to set both the top and bottom margin of the grid at zero?
    At the same time, we would like the three columns to be aligned with the general text above them, so they should not have any inner padding that makes them move to the middle of the page.
    The grid element in the middle seems to be narrower than the ones on the left and right. Is this to be fixed anyhow?
    Finally, the tabs at the bottom of the page also seem to automatically have huge top and bottom margins.

    Thanks in advance for your help.

    #881740

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

    .page-id-23571 .av-minimal-grid-style .avia-testimonial {
        padding: 0px!important; 
    }
    .page-id-23571 .avia-testimonial {
        padding: 0px!important; 
    }

    Best regards,
    Mike

    #881769

    Hello again,

    thanks, this works good. Did you maybe have the chance to check why the top and bottom margin around the tabs is so big? How can I make both smaller?

    Thanks!

    #881787

    Hi,
    Your tab section is outside your main container, please see screenshot in Private Content area.
    I see that you have Visual Composer activated and believe it has added code to the page closing the main container.
    Visual Composer should not be used with Enfold. Please disable and rebuild your page from a new page.

    Best regards,
    Mike

    #881860
    This reply has been marked as private.
    #881893

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

    .page-id-23571 .main_color.container_wrap_first .content {
        padding-bottom: 0px!important; 
    }
    .post-entry-23571 .el_before_av_tab_section {
        margin-bottom: 0px !important; 
    }
    .page-id-23571 #av-tab-section-1 .av-tab-section-tab-title-container {
        padding-top: 0px !important; 
    }
    .page-id-23571 .av-tab-section-inner-container .el_after_av_tab_sub_section,.page-id-23571 .av-tab-section-inner-container .el_before_av_tab_sub_section {
        padding-top: 0px !important;
    }
    .page-id-23571 .av-tab-section-tab-title-container .av-inner-tab-title {
        width: 120px!important; 
    }

    please see screenshot in Private Content area

    Best regards,
    Mike

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