Home › Forums › WoodMart support forum › Different size of thumbnail and alignment › Reply To: Different size of thumbnail and alignment
October 21, 2022 at 10:16 am
#415489

Luke Nielsen
Keymaster
Hello,
1. The issue in the images themselves, they have different sizes so you should upload images with the same sizes and the issue will disappear.
2. You can create the full footer in the HTML block and define it via Theme Settings -> Footer.
In the “Widgets” area, you can use the “Woodmart HTML block” for defining each section.
Also, you can try the below code for aligning the footer columns. Enter it into the “Custom CSS for desktop” area in Theme Settings -> Custom CSS.
.footer-sidebar.row {
align-items: center;
}
Kind Regards