[Resolved] Horizontal line in footer

Home Forums Support [Resolved] Horizontal line in footer

Home Forums Support Horizontal line in footer

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1551985
    Roger

    Hello,

    How to insert a horizontal line above the footer? (Merch theme)

    Thanks!

    #1552564
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    .site-footer {
        border-top: 1px solid #ccc;
    }
    #1552567
    chris

    Hi sorry to jump on someone’s thread, that code you supplied works but not on desktop view?

    #1552577
    David
    Staff
    Customer Support

    Hi Chris,

    maybe you have added the CSS inside a Media Query that is defined for Mobile only.
    Try adding the CSS to the very top of your CSS code.

    If still an issue, raise a new topic and share a link to your site

    #1552635
    Roger

    It worked!

    Thanks David

    #1554481
    David
    Staff
    Customer Support

    You’re welcome

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.