New Landing How can we help? Cardinal Some help for layout

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Cardinal
  • #314653
    theFencer
    Member
    Post count: 27

    Hi, I’ve got these problems with the layout
    1-the sticky header is very huge (height is almost double compared with the non-sticky version);
    2-the logo doesn’t respect the proportion, also if I modified the css with

    #logo.has-img {
        height: 200px !important;
        width: 100% !important;
    }
    ;

    3-also the footer is very huge: is it possible to reduce its height?
    4-this is very strange: my footer is a 4 lines description. I have to tag each line with <BR>s to make it accept the correct infos newline. But very often, saving, exiting the footer options, it strips away the <BR>s…

    In attach the screenshots to explain what I mean.

    Thank you!

    Attachments:
    You must be logged in to view attached files.
    #315030
    David Martin – Support
    Moderator
    Post count: 20834

    1,2) Please add a max height for the logo Theme Options => Logo Options => Logo Max Height

    3) You are only using the copyright section, so please test this:

    #footer {
        display: none;
    }

    4) Keep the text tab selected, not visual.

    #315073
    theFencer
    Member
    Post count: 27

    1,2 still having the problem that the ratio of the logo isn’t ok (correct logo in attach)
    3 ok, thank you
    4 ok (strange workaround…)

    Attachments:
    You must be logged in to view attached files.
    #315233
    David Martin – Support
    Moderator
    Post count: 20834

    Please remove this:

    #315282
    theFencer
    Member
    Post count: 27

    I resolved forcing a 100% max-width for the logo, because I found, with web inspector, an inline code with “max-width: 25%”

    #logo.has-img {
        max-width: 100% !important;
    }

    Thank you for your help and support!
    (I have some question more, but I’ll try to better focus it).

    #315287
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Glad you sorted it.

    -Rui

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

You must be logged in to reply to this topic.