Css: Widget move to header
-
Hey guys,
I’ve made a clickable widget (you can see it on the right hand side).
I’d love to make it my header but I don’t know how. I have customisable css.
Any ideas? I can’t find any instructions online.
Also, is this the best way to make my header clickable?The blog I need help with is: (visible only to logged in users)
-
-
-
To overlay the text widget linked image you created in your sidebar onto the header image area in the Bueno theme, try this:
#content { position: relative; } #text-2 { position: absolute; left: 0px; top: -253px; width: 930px; height: 198px; border: 5px solid #EFEFEF; } #text-2 .textwidget { padding: 0px; }I’d really like to come up with a better way for you guys to do this though!
-
Note that this is specific to the http://theaccomplishedwoman.org/ blog where the text widget you setup has a unique identifier of “text-2”. If someone else sees this thread, note that you would need to replace “text-2” with your widget id value and note that this code is specific to the Bueno theme.
-
- The topic ‘Css: Widget move to header’ is closed to new replies.