• Resolved paolotroia

    (@paolotroia)


    Hi all,

    I would like to make two changes in my sidebar.

    First, I need two reduce the space between the titles and the text below. Second, I need to reduce the space between all blocks. For example, I would need to reduce the space between “Recent Posts” and “Categories.

    I tried to used custom css without success.

    Could you please help me with this problem?

    Thanks

    Paolo

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello, for the vertical space between the blocks:

    .sidebar-main aside {
      margin-bottom: 50px;
    }
    .sidebar-main aside:not(:first-child) {
      margin-top: 50px;
    }

    Can you please explain your first point a bit more precise? What titles and texts do you mean? Do you mean e.g. Looker Studio Tip: How to Color bar chart by dimension value and the text below Looker Studio / 1 minute of reading ?

    Thread Starter paolotroia

    (@paolotroia)

    Thanks @benniledl. It works perfectly!

    Regarding the first point I would like to reduce the space between the title “Recent Posts” and “Looker Studio Tip: How to Color bar chart by dimension value”, and also between the title “Categories” and the list of categories.

    I do not know if the explenation is clear.

    Let me know

    Thanks ??

    Hi, yes now I understand:

    .wp-block-latest-posts__list.wp-block-latest-posts {
      margin-block-start: 0px;
    }
    .wp-block-categories-list.wp-block-categories {
      margin-block-start: 0px;
    }

    • This reply was modified 1 year, 5 months ago by !Benni.
    Thread Starter paolotroia

    (@paolotroia)

    Thanks again @benniledl ??

    You’re welcome ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to reduce Sidebar spaces between blocks’ is closed to new replies.