Home Forums Exoplanet Footer Column Alignment Reply To: Footer Column Alignment

#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.