Hi guys
I need to add a header text widget, aligned to the right with the word Contact us and a border above and below my text (please see example of what I need here http://www.sjidesign.com/gclub/header.jpg)
I have added the widget header but cannot get the border as in my jpg.
I searched the forum and am using the following code for my header widget but it seems wrong:
#header .widget {
right: 60px;
padding-top: 10px;
position: absolute;
}
Thanks in advance for the help
Dan
Hey!
Please add following code to Quick CSS
#header .textwidget a {
border-top: 1px solid yellow;
border-bottom: 1px solid yellow;
padding: 5px;
}
Regards,
Yigit
Lovely
Thank you very much Yigit
Dan