Advertisement not moving to right of header
-
I am using this code with the header widget and my ad is not moving to the right.
.header-widget {
position:fixed;
top:10px;
left:10px;
}
Admin
Moved to Support. Please post in the correct section next time.
I’m not seeing any header widget on your site.
Mod
Try
.header-widget {
position:fixed;
top:10px;
right:10px;
}Put code in between backtick (
Code:`) characters. It’s usually located above the Tab key on your keyboard.
Quote:`Still doesn’t seem to be working.
Thanks though
Mod
Try leaving it up long enough for us to take a look…or is it just not showing up at all? Did you include a text widget or something in that widget area?
Try targeting it’s unique ID.
But I didn’t see any ad on your header.
Quote:Try leaving it up long enough for us to take a look…or is it just not showing up at all? Did you include a text widget or something in that widget area?I do have test 1.0 on there, but I will put up an ad.
Mod
Yeah, I’m just not seeing it. Are you adding a text widget (or something) to the header widget area?
Here is a picture where the ad is located:
Mod
Try:
.header_widget {
text-align: right;
}If that doesn’t work, try:
header_widget {
float:right;
}One of those should work, but YMMV.
Viewing 10 posts - 1 through 10 (of 10 total)
- You must be logged in to reply to this topic.
