I hope you are keeping well. I just wanted to ask if there is a way of making the footer widgets all the same size so they align at the bottom please. I know its a bit of a silly question but I have tried in customisation with making the 1/4, 2/4 etc layouts different and the layout I have is the closest I have got to making them fit -as you can see its close but the subscribe button is just a bit lower and the photo and the Insta feed are also just a bit off - would it need a custom code?
Good afternoon,
I hope you are keeping well. I just wanted to ask if there is a way of making the footer widgets all the same size so they align at the bottom please. I know its a bit of a silly question but I have tried in customisation with making the 1/4, 2/4 etc layouts different and the layout I have is the closest I have got to making them fit -as you can see its close but the subscribe button is just a bit lower and the photo and the Insta feed are also just a bit off - would it need a custom code?
Thank you for answering my question.
Roaring regards,
Jade
Hi,
I think you can try add more this code to Customize > Custom CSS to make the subscrible widget has less height:
.footer-widget-wrapper .widget input[type="text"], .footer-widget-wrapper .widget input[type="email"], .footer-widget-wrapper .widget input[type="date"], .footer-widget-wrapper .widget input[type="number"], .footer-widget-wrapper .widget input[type="search"], .footer-widget-wrapper .widget input[type="password"]{ margin-bottom: 12px; } .footer-widget-wrapper .mc4wp-form > form > p, .footer-widget-wrapper .mc4wp-form .mc4wp-form-fields > p{ margin-bottom: 10px; }Best Regards,
PenciDesign
Hi,
1/ Do you mean remove the white border or white background color around the text?
If you want remove white border, please add more this code to Customize > Custom CSS:
ul.homepage-featured-boxes li .penci-fea-in.boxes-style-3:before, ul.homepage-featured-boxes li .penci-fea-in.boxes-style-3:after{ content: none; display: none; }If you want to remove the white background color around the text, please add more this code to Customize > Custom CSS:
ul.homepage-featured-boxes .penci-fea-in h4 span span, ul.homepage-featured-boxes .penci-fea-in h4 span{ background: transparent; }2/ Unfortunately, this theme doesn't support this feature.
Best Regards,
PenciDesign