danideb but if I try to add widgets in Top II position, they are not shown on the page
Hi
You may try the following as outlined :
1) Go to /wp-content/themes/University/layouts/before.php and insert this code around line 103 like also shown in screenshot :
<?php if(gk_is_active_sidebar('top2')) : ?>
<div id="gk-top2">
<div class="widget-area">
<?php gk_dynamic_sidebar('top2'); ?>
<!--[if IE 8]>
<div class="ie8clear"></div>
<![endif]-->
</div>
</div>
<?php endif; ?>
2) Thereon, Add this to override.css file
#gk-top2{overflow: hidden;padding: 0 30px;}
3) Try assign specific widget to Top2 position then
Kindly ensure to clear your browser cache if changes dont reflect