• Resolved hannahas

    (@hannahas)


    Hi there! Is there any way to add a horizontal line beneath the logo/header? My site is LatestVeganNews.com. I’d like to add a line above the columns and below the logo, or move the topbar menu down beneath the logo. Not sure if either is doable?
    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi hannahas. You could try this css in your child theme. The margin replaces the padding so it puts space below the line. If you want the line to lay on top of the sidebars just remove the padding and margin styles.

    .site-title {
      border-bottom: 1px solid #000;
      padding: 0;
      margin: 10px 0;
    }

    If you were thinking of moving the topbar menu down you could just use the header menu which is already below the logo.

    Thread Starter hannahas

    (@hannahas)

    Thanks so much for this! I moved the menu down and changed the text color and it looks great. Thanks for always offering such awesome advice/assistance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding line below logo/header’ is closed to new replies.