Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1360115
    Mark at Hidealoo
    Guest

    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.

    #1360139

    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

    #1360204
    This reply has been marked as private.
    #1360205

    Ignore my last reply. Have changed a few things around. Superb effort, thank you.

    Please close the ticket. A+++++

    #1360211

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘You are running the latest version! (5.1.1), CSS broken?’ is closed to new replies.