Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS jQuery – MagicLine Navigation Reply To: jQuery – MagicLine Navigation

#151284
Paulie_D
Member

This affects the position of the line

#magic-line {
position: absolute;
bottom: -30px;  <--- change this as you need for vertical alignment
left: 0;
width: 100px;
height: 5px;
background: #e6cf0e;
}