Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #673344

    Hi,

    I have a few questions concerning my website

    1/ When I pass my mouse ouver the three top pictures, the text below the pictures is moving a little bit lower. How to fix that ?

    2/ Below “LES DERNIERS TIPS” I have two layout elements 1/3 & 2/3. I would like to reduce the space between these two columns.

    Regards,
    Legi.

    • This topic was modified 8 years, 2 months ago by Janus.
    #673358

    Hi legivap!

    Please add the following it will most probably fix both issues

    
    .pt-cv-view .pt-cv-content-item > * {
    margin-bottom: 0 !important;
    }

    Thanks a lot

    Best regards,
    Basilis

    #673678

    Hi,

    Thanks for your answer. It fixed the 1) but there is still the same space between the two elements below.

    #673684

    Hi,

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

    .page-id-3558 .av_two_third {
        margin-left: 3%;
        width: 67.666667%;
    }
    

    Best regards,
    Yigit

    #674207

    I tried this on this page (with page-id 3664) and there is still the same space.

    • This reply was modified 8 years, 2 months ago by Janus.
    #675058

    It’s now on homepage / still the same space, any idea ?

    • This reply was modified 8 years, 2 months ago by Janus.
    #675877

    Hi,

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

    .home .av_one_third.avia-builder-el-3 {
    	margin-left: 3%!important;
    }
    

    Best regards,
    Vinay

    #676282

    Hi, thank you for your answer, it worked. But now I would like to increase the width of the column “Flash tips” and decrease the space between this column and the sidebar. Is this possible ?

    #676315

    Hi,

    Please add a css property width:34% to the above code so it looks like this

    .home .av_one_third.avia-builder-el-3 {
    	margin-left: 3%!important;
            width:34%;
    }

    Best regards,
    Vinay

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