-
AuthorPosts
-
August 16, 2016 at 5:04 pm #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 9 years, 2 months ago by
Janus.
August 16, 2016 at 6:01 pm #673358Hi 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,
BasilisAugust 17, 2016 at 12:11 pm #673678Hi,
Thanks for your answer. It fixed the 1) but there is still the same space between the two elements below.
August 17, 2016 at 12:24 pm #673684Hi,
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,
YigitAugust 18, 2016 at 3:28 pm #674207I tried this on this page (with page-id 3664) and there is still the same space.
-
This reply was modified 9 years, 2 months ago by
Janus.
August 20, 2016 at 5:46 pm #675058It’s now on homepage / still the same space, any idea ?
-
This reply was modified 9 years, 2 months ago by
Janus.
August 22, 2016 at 5:01 pm #675877Hi,
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,
VinayAugust 23, 2016 at 10:37 am #676282Hi, 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 ?
August 23, 2016 at 11:55 am #676315Hi,
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 -
This topic was modified 9 years, 2 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
