• Resolved pappers79

    (@pappers79)


    Hi,
    Im a beginner.

    http://www.bymarch.com

    2012 Child theme in use.

    Im trying to reduce the width/length of the menu bottom border so that it stops short of the image on all pages. Its running over it right now. Please help. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • This will move the image up and the nav down, will that work for you?

    .header-image {
        margin-top: -6.0rem;
    }
    .main-navigation {
        margin-top: 4.2rem;
    }
    Thread Starter pappers79

    (@pappers79)

    Thanks for the infos. I was hoping to find a way to stop the line short of the image on the right. Maybe it is not possible in this theme to adjust this?

    I see you removed the border all together. Try adding like this for the effect you asked for.

    .menu-top-container {
    border-bottom: 1px solid #ededed;
    }
    Thread Starter pappers79

    (@pappers79)

    I did, it was annoying me.
    Thank you for that Sir. Much appreciated. Perfect resolution.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Reduce width of menu border? Twenty Twelve’ is closed to new replies.