Home Forums Exoplanet Footer Column Alignment

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #8026
    virginia76
    Participant

    Hi there,

    I’m using Exoplanet theme and I’d like to have a 3 column footer on my site but instead of spreading evenly across the footer they just take up the first 3 columns and leave the 4th blank – is there anyway to make the 3 columns align evenly across the page?

    Many thanks

    V

    • This topic was modified 4 years, 10 months ago by Andy. Reason: Moved from Exoplanet Pro to Exoplanet
    #8029
    Andy
    Keymaster

    Add this code to ‘Appearance’ > ‘Customize’ > ‘Additional CSS’:

    @media screen and (min-width: 769px) {
        .footer {
            width: 30%;
        }
    }

    Please note the width is 30% not 33% as might be expected. This is to allow for spacing between the columns.

    #8030
    virginia76
    Participant

    Perfect that’s worked thank you 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Footer Column Alignment’ is closed to new replies.