Footer

I’m really struggling with the footer.

I have a few questions (I’ll ask each seperately).

Site: https://mka-architects.co.uk/wp/

Question 1

There is always a large gap on the right hand side between teh right hand edge and footer widget 4 area. Much bigger than on the left hand side between the left hnd edge and footer widget 1 area.

Hey there,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*even widgets*/
.footer-widget-area .col-md-3 {
    width: 33%;
}

Best regards,
Support.

Thank you for this.

This hasn’t worked.

Footer Widget 2 isn’t showing and Footer Widget 4 is still much further away from the righ hand edge than Footer Widget 1 is from the left hand edge.