Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #255266

    I was wanting to reduce the space ABOVE and BELOW the accordion element that I have inside of a icon box.

    See screen capture here:

    https://app.box.com/s/k4ovab95wrn2fqe1ouvn

    See live site here: http://www.warrenbsi.com/employee-benefits/

    I tried putting a NEGATIVE white space in these areas that did take out some space but I’d like to take out more space here.

    Is this possible with some CSS code?

    I can send UN & PW in private if need be.

    Thanks in advance

    Paul

    #255299

    Hey Paul!

    Try adding this code to the Quick CSS:

    .page-id-27 .iconbox_content .hr-invisible {
        margin: 0 !important;
    }
    .page-id-27 .iconbox_content h3 {
        margin-bottom: -15px !important;
    }

    Cheers! 
    Josue

    #255319

    Josue:

    You’re the Man!

    Worked great!

    I appreciate your expertise as always.

    Paul

    #255325

    You are welcome Paul, glad we could help :)

    Regards,
    Josue

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