- This topic has 2 replies, 2 voices, and was last updated 9 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › Divide "feature-5" widget area into 2 widget areas
How can I divide the feature-5 widget area into two separate widget areas like “home feature-1 left” and “home feature 2-right”
bill
You would have to create another widget area next to it. It will take some basic PHP skills, but you can do this from your home.php file. Create your widget area and add it right under the home-feature-5 widget area. You’ll also need to register the new widget you create in your functions.php file (next to the others). And lastly you would need to create some css to style it in the way that you want, in addition to restyling the home-feature-5 widget.
Thanks Kronos I’ll have a go!
Bill