Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #542420

    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

    #542434

    Hi Dan!

    Can you please post the link to your website?

    Regards,
    Yigit

    #542439

    Hi Yigit

    http://www.sjidesign.com/gclub

    Regards

    Dan

    #542445

    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

    #542452

    Lovely

    Thank you very much Yigit

    Dan

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Header Widget Text and Border’ is closed to new replies.