- 49
I am trying to place a slider before the body of the home page but under the menu. I have placed the following code in _ColumsTwoHome.chtml directly before the center-2 div class. However it is not rendering correctly. I have added a slider to the anywhere slider plugin and placed it in the home page top widget. Am I missing something?
<div class="hmslider">
@Html.Widget("home_page_top")
</div>
Nate Kindom