• Resolved Jamie771

    (@jamie771)


    I just updated Mantra theme on my website and dividing line between site-title and site-description in the header disappeared. How can I put it back? Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • That was a design choice. You can use this Custom CSS to add it back:

    #site-description {
        border-left: 1px solid #666666;
        padding-left: 20px; }

    customize the width and the colour.

    Thread Starter Jamie771

    (@jamie771)

    It worked! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dividing line between site-title and site-description’ is closed to new replies.