Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #782497

    The padding on our plans page is inconsistent on different screens- some of them it shows a huge gap between Self-Service Plans (special header) and the pricing grid (table). How can I adjust so that it is consistent across desktop screens? Not happening on mobile.

    #782749

    Hey Andy,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (min-width: 768px) {
    .page-id-698 .avia-table {
      margin-top:0 !important;
    }
    }

    Best regards,
    Rikard

    • This reply was modified 7 years, 6 months ago by Rikard.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.