Footer – boxed

Tagged: 

  • Author
    Posts
  • #1649

    rictans
    Participant

    Hi Andrew, Ric here,

    Your following suggestion worked:

    /* Boxed Footer */

    #colophon {
    margin: 0 auto;
    max-width: 85.7143rem;
    }

    I used max-width: 960px though.

    I have a further “adjustment” that I would like. There is a relatively “big” gap between the text element above the footer and the footer itself. Is there a parameter I can change to reduce this gap?
    Thanks,
    Ric.

    #1650

    Andrew Misplon
    Keymaster

    Hi Ric

    Awesome, glad to hear you made progress. For sure, the max-width value is up to you. That’s the beauty of little CSS customizations.

    The site content div has the following bottom padding:

    /* Site Content */
    
    .site-content {
      padding-bottom: 3.57143em;
    }

    Try adjusting that and see if it helps. Let me know how it goes.

    #1651

    rictans
    Participant

    OK so far… thanks for your quick reply.

    Ric.

    #1655

    Andrew Misplon
    Keymaster

    For sure, glad that helped.

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

You must be logged in to reply to this topic.

Scroll to top