Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #475369

    Hi
    I have a 1/4 col and a 3/4 with a partner/logo element sitting below the 3/4 col with 2 icon boxes sitting below the element however because the 1/4 col is long it forces the icon boxes to the bottom. I can get one icon box up to sit below the partner element but not both boxes to sit side by side.
    Is there a way to do this
    Regards
    Richard

    #475623

    Hey Richard!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #476775

    Hi Rikard
    Thank you for your reply. I have resolved this problem however I do want a “fixed footer” especially on a short page where the footer rides up the page. Is there a way to handle this rather than packing the bottom of the page with white space?

    Regards
    Richard

    #476905

    Hey!

    Not sure, you could try the max-height CSS argument but it’s easier if we can see the page itself, could you link to it please?

    Best regards,
    Rikard

    #476932

    Hi Rikard
    We have pushed the footers down by using white space on each page which is not good practice. Have looked for a plugin but none exists. Have had a few tries at coding this but none have worked out. Any way …any help you can give me on this one would help as the footer is all over the place on different monitors etc

    Regards
    Richard

    #477462

    Hey!

    You can try this in the Quick CSS field:

    #main > div {
      min-height: 600px;
    }

    Check this page with and without the code: http://www.savvasleondas.com/newwebsite/our-solutions/coaching/

    Regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.