• Resolved barnez

    (@pidengmor)


    Hi,

    I would like a narrow row at the top of each page (just below the header) that contains the page/post title. The standard column sets large padding/margins top and bottom. I have set the column class to .header-page-title-2. I can adjust the top padding/margin above the post title with:

    .entry-content .wp-block-columns h2 {margin-top: 0.5rem;}
    .wp-block-columns:not(.alignwide):not(.alignfull) {margin-top: 0.5rem;}

    But I can’t reduce the bottom margin/padding below the post title (example).

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Set a custom class on cover block and remove the top margin from cover block as well.

    Also change the bottom margin of .header-page-title-2 div as well.

    • This reply was modified 2 years, 3 months ago by Vijay Hardaha.
    Thread Starter barnez

    (@pidengmor)

    Got it. Yes, of course, the cover block needs changing as well. Thanks for the hint.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adjusting column padding/margins’ is closed to new replies.