New Landing How can we help? Cardinal Fancy Header and Logo

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Cardinal
  • #212420
    graf007
    Member
    Post count: 147

    Is there a problem with the responsive nature of the fancy header height and the vertical alignment of page header text in mobile view? Is there a way to not use the fancy header is the site determines it is in mobile view???

    Also, our logo in mobile view shirks to an unrecognizable size. How do we get the mobile display of the logo to stay large?

    #212601
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1) Which page has a fancy header?

    2) Add this to your custom css:

    #mobile-logo.has-img {
      max-width: 90%;
    }

    – Kyle

    #212814
    graf007
    Member
    Post count: 147

    Thank you for the response:

    The example page is http://204.12.99.138/products-and-services/free-online-banking/

    When in mobile view the fancy header wraps and looks terrible. Is there a way to fix it or have Ed add code to stop fancy headers from displaying in mobile view?

    #212824
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    @media only screen and (max-width: 479px){
       .page-heading.fancy-heading {
          display:none;
       }
    }

    -Rui

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 the following item
Login and Registration Log in · Register