Home › Forums › Support › Added Lines, but they are not 100% width on Info Template This topic has 1 reply, 2 voices, and was last updated 3 years, 4 months ago by Fernando. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts November 23, 2022 at 12:52 am #2428479 Fayola Used this CSS to add lines to the upper and lower menu sections on the Info Template: .inside-navigation { border-top: 1px solid #da917e; border-bottom: 1px solid #da917e; } The problem is that these lines are not 100% width. How do I change this? November 23, 2022 at 1:14 am #2428502 Fernando Customer Support Hi Fayola, The inside-navigation has a max-width. Try adding it to the main-navigation instead. Example: nav.main-navigation { border-top: 1px solid #da917e; border-bottom: 1px solid #da917e; } This should allow to go from corner to corner. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In