Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #325925

    Hi there,

    How do I reduce the padding between elements?

    I have a text block and a masonry gallery below it. The Text block is to give the gallery a title, but there is a 100px+ (maybe 105px) gap between the Title and the Gallery….

    It looks dreadful.

    Its the same with all the different blocks…. to much space between them.

    How can I close up the gaps between things?

    Thanks!

    #325942
    This reply has been marked as private.
    #325943
    This reply has been marked as private.
    #326117

    Hi!

    Thank you for using Enfold.

    You can add this on Quick CSS or custom.css to adjust the default content padding:

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

    Instead of using the text block, try to use the Special Heading element for the title.

    Regards,
    Ismael

    #326123

    Hi Ismael,

    Thank you for the help.

    I also discovered I can use the separator/whitespace element with a negative value to shrink the spacing between elements.

    Cheers!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Reduce padding between elements?’ is closed to new replies.