Home › Forums › Jevelin Theme › Custom columns in footer
Home › Forums › Jevelin Theme › Custom columns in footer
Hi again,
Sorry to bombard you with queries, this is the last one!
I’d like to set a custom column layout in the footer like: [1/4] [1/4] [1/2]
Can you tell me the best way to achieve this please?
I’ve tried setting the footer to one column in the theme settings then using column shortcodes in a text widget in the footer section but I can’t find what the built in theme shortcodes are and I tried a WP column plugin but that didn’t work either.
Thanks in advance again,
Sean
Solution for this topic
Hi Sean,
Thank you for your question.
There isn’t any shortcodes but you can use following HTML code in footer text widget and changes its text with the content whatever you want to add.
<div class="fw-row"> <div class="sh-column fw-col-xs-12 fw-col-sm-3"> <div class="sh-column-wrapper">First </div> </div> <div class="sh-column fw-col-xs-12 fw-col-sm-3"> <div class="sh-column-wrapper">Second </div> </div> <div class="sh-column fw-col-xs-12 fw-col-sm-6"> <div class="sh-column-wrapper">Third </div> </div> </div>
Best regards,
Shufflehound team
Thanks very much for this, it worked perfectly also
You are always welcome here š