Hi, sorry to contact you this way, but I thought our support was for 12 months and 6 months.
Updated our child theme and our CSS has now failed, on Desktop, due to:
.responsive #top #wrap_all .flex_cell.av-i131gy-a2648dc7ea35bda53e7ecbe1e9917507 {
padding: 0px 0px 0px 0px !important;
}
We have:
@media only screen and (min-width: 768px)
.gridrowhomepagetextboxlayout {
padding: 30px 70px 30px 70px !important;
height: 600px !important;
min-height: 600px !important;
}
Tried a few CSS changes to stop the resetting of the padding, but failed to stop it.
Any ideas please? Thank you.
Hey Mark at Hidealoo,
Please try this CSS instead:
@media only screen and (min-width: 768px) {
.gridrowhomepagetextboxlayout .flex_cell_inner {
padding: 30px 70px 30px 70px;
}
}
Best regards,
Rikard
Ignore my last reply. Have changed a few things around. Superb effort, thank you.
Please close the ticket. A+++++
Hi,
Thanks for the update, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard