Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make footer widgets editable #6

Open
githagman opened this issue Jun 30, 2016 · 0 comments
Open

Make footer widgets editable #6

githagman opened this issue Jun 30, 2016 · 0 comments

Comments

@githagman
Copy link
Member

Don't change content but update footer to just include widgets.

Then re-enter widgets as HTML.

            <h4>Hours</h4>
            <table>
                <tbody>
                    <tr>
                        <td>Monday-Tuesday</td>
                        <td>Closed</td>
                    </tr>
                    <tr>
                        <td>Wednesday</td>
                        <td>12-5</td>
                    </tr>
                    <tr>
                        <td>Thursday-Friday</td>
                        <td>12-5 STORE ONLY</td>
                    </tr>
                    <tr>
                        <td>Saturday-Sunday</td>
                        <td>12-5</td>
                    </tr>
                </tbody>
            </table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant