Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #230276
    Kyo
    Participant

    Hello, is there a way to reduce the spacing between certain objects? For example, on this page https://kyo.org.au/commissioned-works/ there is quite a large space after the videos. There is also quite a large space between paragraph text and the blocks with file downloads. How can this be reduced?

    #230295
    tikaram
    Keymaster

    @kyo: Add the following additional css and let me know if this helps resolve the issues.

    .entry-content h3 {
    	marrgin-top:0 !important;
    }
    p {
    	margin:0 !important;
    }

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Reduce spacing’ is closed to new replies.