New Landing How can we help? Cardinal iPad Fancy Header Title

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Cardinal
  • #223158
    OvenCreative
    Member
    Post count: 15

    Hi there,

    Having some troubles with the fancy header not displaying consistently across devices when set to 150px high. Please see attached screenshots from desktop, iPad and iPhone 5. I managed to use css to get the header working on iPad but it broke it on iPhone.

    Any assistance you can offer would be greatly appreciated.

    Thanks 🙂

    Attachments:
    You must be logged in to view attached files.
    #223180
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media only screen and (max-width: 767px) {
    .fancy-heading.fancy-image.light-style h1, .fancy-heading.fancy-image.light-style h3 {
        font-size: 30px !important;
    }
    }

    Thanks
    Mohammad

    #223463
    OvenCreative
    Member
    Post count: 15

    Hi Mohammad, thanks for the fast reply.

    Unfortunately that by itself didn’t work. I’ve added another couple of lines to the code and it’s not looking too bad

    @media only screen and (max-width: 1024px) {
    .page-heading.fancy-heading {
    padding-top: 0px !important;
    padding-bottom: 10px !important;
    }
    }
    @media only screen and (max-width: 767px) {
    .page-heading.fancy-heading {
    height: auto!important;
    }

    .fancy-heading.fancy-image.light-style h1, .fancy-heading.fancy-image.light-style h3 {
    font-size: 25px !important;
    line-height: 110%;
    padding-top: 100px;
    padding-bottom: 20px;
    }
    }

    Thanks again. Have a great day!

    #223474
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I am glad that you managed to resolve the issue.
    Thanks
    Mohammad

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register