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.
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
Hi,
Thanks for your answer. It fixed the 1) but there is still the same space between the two elements below.
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
I tried this on this page (with page-id 3664) and there is still the same space.
It’s now on homepage / still the same space, any idea ?
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
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 ?
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