Header Widget

  • Anonymous

    #6296

    I discovered how to add a header widget. I want to add a newsletter opt in box. I have the code to do so. The problem is it places the text widget box in the upper left hand corner of the header. Is there a way for me to place the text box? My website is http://www.TheMental-Game.com

    I have it set up with the arrow pointer more or less where I want the box. Thanks.

    Mike

    Anonymous

    #33911
    Quote:
    I discovered how to add a header widget. I want to add a newsletter opt in box. I have the code to do so. The problem is it places the text widget box in the upper left hand corner of the header. Is there a way for me to place the text box? My website is http://www.TheMental-Game.com

    I have it set up with the arrow pointer more or less where I want the box. Thanks.

    Mike

    ronangelo

    #33912

    You can add a css property to the specific widget.

    Looks like you removed it. I can’t see a widget in the header

    You can use a combination of these properties

    float: right;

    or

    position: absolute;
    top: 1px; /* sample value */
    left: 1px; /* sample value */

    Anonymous

    #33913

    Moved to Support. Please post in the correct section next time.

    Anonymous

    #33914

    Sorry for posting in the wrong area. I have put the text widget back in the header. I have not edited a widget before. I simply want to move it to where the arrow is pointing. Perhaps their is a different widget that would allow for simpler placement?

    Thanks again for the help.

    Mike

    ronangelo

    #33915

    You can put this in the same text widget. before or after the codes for the form.

    <style>
    #text-4 {
    left: 500px;
    top: 300px;
    }
    </style>

    but it seems to me that the header could use a little rearranging. it doesn’t look very orderly.

    Anonymous

    #33916

    Thank you ronangelo,

    When I finally figured it out as directed it worked great. Took your suggestion and moved it to provide a bit better balance. Still a work in progress.

    Mike

    TheMental-Game.com

Viewing 7 posts - 1 through 7 (of 7 total)

  • You must be logged in to reply to this topic.