Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Andrew Misplon

    (@misplon)

    Hi @middagsaktivitet

    Thanks for reaching out.

    Please, confirm a link where we can see the problem live. We’ll do our best to help from there.

    Thread Starter Middagsaktivitet

    (@middagsaktivitet)

    Plugin Support Andrew Misplon

    (@misplon)

    Thanks

    This theme has specific styles targeting Page Builder so it’s something theme support could perhaps also assist with.

    Try the following in a Custom CSS field provided by the theme or a Custom CSS plugin like SiteOrigin Custom CSS:

    /* Page ID 677 */
    
    .page-id-677 .title-banner {
    	display: none;
    }
    
    /* Page Builder */
    
    .panel-grid:first-of-type {
        border-top: none;
    }
    
    .panel-grid {
    	border-bottom: none;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to get rid of padding’ is closed to new replies.