• I’d like for the content to begin immediately after the breadcrumb/page title bar on the page. Where in the style sheet or theme files do I delete the margin/padding under the page title and breadcrumb bar?

Viewing 1 replies (of 1 total)
  • Tanay

    (@tanaykhandelwal-1)

    Hello wpsesame,

    For this you need to add following css code

    .fullwidth-temp .container.post-wrap, .container.post-wrap {
        margin-top: 0;
    }

    Use Child_Theme or any custom css plugin.

    Best Regards,
    Tanay Khandelwal

Viewing 1 replies (of 1 total)
  • The topic ‘How do I remove the space below the page title/breadcrumbs?’ is closed to new replies.