Home Forums WoodMart support forum Some issues Reply To: Some issues

#25641

Artem Temos
Keymaster

Hi,

The text under Beskrivelse word is created with Visual Composer and so you can reduce margin top and bottom with the editor.

Add this code also

.product-image-summary > h2 {
	margin-bottom: 5px;
}

.product-image-summary table td,
.product-image-summary table th {
    padding: 5px 2px;
    border-bottom: 0px solid #E6E6E6!important;
}

.product-image-summary table p {
	margin-bottom:0
}

This one place for mobile devices only to align map text bottom

div.map-container-with-content.content-vertical-middle .woodmart-google-map-content-wrap {
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}