Hi @loyukfai,
Your information shared with ibb[dot]co/P46n5Kb returns to a not-found page.
I guess you’d need all footer widget items be displayed in one-column vertically instead of in grid display. If so, you’d try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
.bhfb-footer .bhfb-above_footer_row .container .bhfb-row {
display: flex;
flex-direction: column;
}
Hope that helps.
Thanks a lot! I tried making all 3 rows into a single column and adding the above CSS… it doesn’t seem to overflow into 3 columns even on desktop. It just becomes one long column.
For the image, I re-uploaded to https://postimg.cc/62cCvcKN
Cheers.
Hi @loyukfai,
Thanks for getting back. Upon checking, you site has caching system that potentially block new code addition from taking effect until cache flushing. That being said, please try clearing cache. Ref: https://ww.wp.xz.cn/documentation/article/faq-i-make-changes-and-nothing-happens/
The CSS codes actually seems to work, it certainly intereferes appearnce on desktop though by merging everything into one column.
Mobile works regardless.
Cheers.
-
This reply was modified 1 year, 10 months ago by
loyukfai.