Center HR Horizontal Line - by topimr - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 8 years, 8 months ago ago by Robert Hall

  • Avatar: topimr
    topimr
    Participant
    August 28, 2015 at 23:01

    Is there something in the theme that is preventing an hr to center? I tried putting in some custom css but it just won’t center? I haven’t had issues with and hr like this before?

    1 Answer
    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 29, 2015 at 07:29

    Hello,

    Please use the following code in Global Custom CSS (theme options->Custom CSS).

    .home hr.hr-cntr{
        position: relative;
        left: 50%;
        margin-left: -112px;
    }

    Regards,
    Robert Hall.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.