Forums

[resolved] How to add a line and a space in footer (4 posts)

  1. seoirse
    Member
    Posted 2 years ago #

    I wonder if someone could help me with the code for two minor adjustments to my blog http://www.coppercoastworkshops.com/minimalistics/.

    Under the top line of text in the Footer, I would like to draw a thin grey line...then leave a space...and follow with the next line of text.

    If anyone could advise I would appreciate it. Thank you.

    George

  2. vtxyzzy
    Member
    Posted 2 years ago #

    Did you add the line: Please vote for ...? If so, put this ahead of it:

    <hr class=separator />

    Then at the end of style.css, add:

    hr.separator {
    color:#EEEEEE;
    margin-bottom:10px;
    margin-top: 0;
    }

    Adjust the margins and color to suit.

  3. seoirse
    Member
    Posted 2 years ago #

    vtxyzzy. I tried your suggestion, but it still didn't come out right (from a design viewpoint). My fault for not explaining it properly.

    My attempts in the past to modify .php files with html never seem to work - but nothing ventured - so I used <U> and <P> and amazingly it did - and looks fine.

    But I would like to thank you for your help. And just add that you and the other kind folks who help us newbies on the forum are greatly appreciated. Many thanks.

    George

  4. vtxyzzy
    Member
    Posted 2 years ago #

    You are welcome. Please mark this topic 'Resolved'.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags