WP Custom Widget area
-
Hi,
I’ve the exact same problem as another fellow with the name NOZAHON. The widget area stretches over the whole length!
The answer he got was by a member named:KROZERO. He wrote to add,
.header-right-widget{
width: 100px;
float: right;
}
in the css file and to add/change the code in html to,
<div class=”header-right-widget”><?php dynamic_sidebar( ‘header-widget’ ); ?></div>
I tried it but nothing. Of course i changed the part (‘header-widget’) to the real widgets name and tried al kinds of different things, but no results, HELP PLEASE!
kind regards
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘WP Custom Widget area’ is closed to new replies.