Hi,
can you help me with this problems?
1. I need less space between team members images
2. I need vertical lines between footer columns
Thank You very much
PS: I love Enfold :)
Hey teotaban,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
Rikard
Hi!
To reduce the margin please use the below CSS in Quick CSS
By reducing margin the team members will be pushed to left to center align them use a 1/1 grid and place them all inside the grind and enable custom CSS class for theme http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and let us know so we can help you with centring it.
/*Margin */
.page-id-1352 .av_one_fifth {
margin-left: 3%!important;
}
To add border to footer widgets please use the below css
#footer .av_one_fourth {
border-right:1px solid #aaa;
padding-right: 20px;
}
#footer .av_one_fourth:last-child {
border-right:none;
padding-right: 0;
}
Best regards,
Vinay Kashyap
Thank you :)
Hi!
You are most welcome :)
If you have any questions please feel free to get in touch with us.
Regards,
Vinay Kashyap