Dear Sirs,
Can you help see https://peter-test2.co.uk/?page_id=330 see section “Custom Design Services” I am trying to get all the 4 columns of Sample Selection, Design Support etc to be the same height top and bottom and the buttons aligned. Can you please help?
Many thanks
Peter
Hi Peter,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (min-width: 1200px) {
.page-id-330 #av-layout-grid-2 .iconbox_top .iconbox_content {
height: 370px;
min-height: 370px;
}
}
Best regards,
Rikard