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

    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 :)

    View post on imgur.com

    #588812

    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

    #590003

    I think you forget me :)

    thank you

    #590793

    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

    #591407

    Thank you :)

    #591550

    Hi!

    You are most welcome :)

    If you have any questions please feel free to get in touch with us.

    Regards,
    Vinay Kashyap

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Space between team images, Columns betweens footer columns’ is closed to new replies.