how to separate the sidebar widgets
-
hello can someone help me ?
i want to separate the sidebar widgets
i found this on the forum but don’t know how to use it
make a safe backup copy of your theme before attempting to edit any theme files.
you could try and edit this (line 33 of functions.php):
register_sidebar(array(‘name’ => ‘Sidebar Top’,’before_widget’ => ‘<div class=”%2$s”>’,’after_widget’ => ‘</div>’,’before_title’ => ‘<h3>’,’after_title’ => ‘</h3>’));
and then see if these extra classes are added to the sidebar div (‘View’ ‘Source’ in the browser).
if, you could the try to design new styles based an these classes.edit: as you are working with a premium theme, you might get some support from the seller as well.
Sidebar.php
Functions.php
Screenshotgreetz
The topic ‘how to separate the sidebar widgets’ is closed to new replies.