Is this possible with CSS?
-
I’m using Digg 3. Is there any possible way to put widgets between the header section and body section? I just need a way to put a HTML code there, so that people can click an image and then be taken to a site.
Any ideas?
The blog I need help with is: (visible only to logged in users)
-
-
Here’s an example that moves one of your current widgets into that space. You will need to use the ID specific to the widget you want to put there and adjust the spacing, in this case I have used 300 pixels as an example:
.pagewrapper {position:relative; margin-top:300px;} #linkcat-1356 {position:absolute; top:-300px; left:0; background:#fff;}
- The topic ‘Is this possible with CSS?’ is closed to new replies.