Using divs for widgets in functions.php not working
-
I’m trying to use divs in my widgets in the functions.php file, but they do not work.
This is what I’m using:
register_sidebar(array('name'=>'Home - Above Left Center', 'before_widget' => '<br><div style="padding-left:10px; padding-right:10px;"', 'after_widget' => '</div><br>', 'before_title' => '<div class="widgettitle">"', 'after_title' => '</div>'));Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Using divs for widgets in functions.php not working’ is closed to new replies.