Daily Lucky Numbers:
11
18
21
32
46
47

Space between blocks

Started by cihancan, February 24, 2021, 06:04:02 AM

Previous topic - Next topic

cihancan

I am not very fluent in English so I apologize. As can be seen in the attached picture I want to ask, there is a big gap between the two blocks. How can I remove this gap between blocks?

vince

looks ok to me might depend on what theme you use. heres what mine looks like using default theme


Chen Zhen


Use a proper coding editor such as Notepad++
ref. https://notepad-plus-plus.org/downloads/

Navigate to: ../Themes/default/css/portal.css

find:
.sp_block_section
{
padding-bottom: 0.7em;
}

replace with ie.
.sp_block_section
{
padding-bottom: 0.3em;
}

.. you can experiment with that setting until you find what you think looks best.

cihancan