Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25358

    Hi, I’m very new to WordPress & CSS and am slowly picking things up as I go. Can you please tell me what code I need to enter into the Quick CSS box to reduce the spacing between Content Elements?

    I have 3 Promo Boxes sitting underneath each other in a vertical row. There is a lot of padding around the content in each box which I’d like to reduce. There’s also a large space between each Promo Box that I’d like to reduce.

    Please let me know if you need more information. Thanks, Bobbi

    #126630

    You can try following css code

    .avia-section-large .content, .avia-section-large .sidebar {
    padding-top: 10px;
    padding-bottom: 10px;
    }

    – insert it into the quick css field. If it doesn’t work please post a link to your website and we’ll investigate the html elements to find the right css code.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Reduce padding and/or spacing between Content Elements’ is closed to new replies.