Reply To: Divide "feature-5" widget area into 2 widget areas

Homepage Community Forums Epik Theme Support Divide "feature-5" widget area into 2 widget areas Reply To: Divide "feature-5" widget area into 2 widget areas

#10264
kronos
Customer

    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.