Avada Forums Community Forum Removing line spacing between content boxes

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • dianecunningham23
    Participant
    Post count: 1

    I’ve added a row of two content boxes plus one underneath. There is a large line space between the two rows that I don’t want to be there but can’t see anything obvious in set-up that indicates where this line space is set. How can I remove it so the the two rows are closer together?

    https://www.theassemblyline.co/what-we-do/

    marklchaves
    Participant
    Post count: 873

    Hi,

    I think these are your two biggest offenders. Try adjusting the bottom margins of these two CSS selectors. See my recommendations in the code comments below.

    
    .fusion-content-boxes .fusion-column {
        margin-bottom: 0; /* Setting this to 0. */
    }
    
    .fusion-content-boxes {
        margin-bottom: 20px !important; /* Was something like 60. Try something like 20 px. */
    }
    
    

    Good luck!

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