< All Topics
Print

Reduce space for H1, H2, H3, H4, H5 and H6

Kan fungera utan !important
				
					.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
margin-bottom: 0!important;
}

.single-content h1.elementor-heading-title, .single-content h2.elementor-heading-title, .single-content h3.elementor-heading-title, .single-content h4.elementor-heading-title, .single-content h5.elementor-heading-title, .single-content h6.elementor-heading-title {
margin-bottom: 0!important;
}

h1, .entry-content h1, h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4, h5, .entry-content h5, h6, .entry-content h6, .site-title, .site-title a {
  margin-bottom: 0!important;
}
				
			
2 alternativ till
				
					h1, .entry-content h1, h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4, h5, .entry-content h5, h6, .entry-content h6 {
    margin: 0 !important;
}
h1, h2, h3, h4, h5, h6 {
   margin-block-start: 20px!important;
   margin-block-end: 20px!important;
   margin-inline-start: 0px;
   margin-inline-end: 0px;
}