Footer editing

Home Forums Automattic Elemin Footer editing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #102887 Resolve

    twaddell130
    Member

    Hi,
    I was wondering if there was any way to add text above the blog information in the footer? That is adding text above; Blog at WordPress.com. | Theme: Elemin by Automattic. Design by Themify.

    With regards,
    Timothy

    The blog I need help with is timwaddellarchitecture.wordpress.com
    #120691

    Caroline Moore

    Hi Timothy!

    There’s not really a way to do this. You could add text to the footer under Appearance -> Widgets, but it would appear before the site title and navigation menu there, not directly before the footer credits.

    Hope this clarifies.

    #120693

    Caroline Moore

    Hmm, I take that back. I love a challenge. :)

    You could do some fancy footwork with a footer widget. Add a Text widget to the First Footer Sidebar with your content, and then add the following custom CSS:

    #supplementary #first .widget {

    margin: 90px 0 0 0;

    position: absolute;

    width: 75%;

    text-align: center;

    }

    You may need to adjust the first margin (currently 90px) to position the text where you want it. This would also prevent you from using the other footer widgets easily in the future.

    #120701

    Caroline Moore

    Closing this thread; user requested a refund.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Footer editing’ is closed to new replies.