Hi there, is there a custom CSS where I am able to have 4 columns in my footer? This might be possible if the current 3 columns aren’t so wide. I would also like to add “custom text” where it is highlighted in yellow. Thank you in advance.
Topic summary
Request to adjust the store footer layout using CSS (Cascading Style Sheets): move from 3 columns to 4 columns, possibly by narrowing the existing three column widths. The user also wants to add a “custom text” area where a yellow highlight appears.
A screenshot is included to show the intended placement of the custom text in the footer. No theme name, code, or current CSS was provided.
Outcome/status: No responses or solutions yet; the request remains open and is seeking guidance on feasibility and specific CSS changes to achieve a 4-column footer and insert the highlighted custom text.
@Chuckachucka adding a fourth column would need adjusting the code of your footer. As for adding text where you highlighted, you can try with the following Custom CSS
.footer-block__heading::after {
content: 'Custom Text';
display: block;
}
Adjust Custom Text as needed.
(post deleted by author)
