Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

TopBar

Home / Forums / Virtue Theme / TopBar

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
July 14, 2017 at 3:05 pm

Please help me to make topbar sticky. I’ve added
<script type=”text/javascript”>
jQuery(document).ready(function ($) {
var topOffest = $(‘body’).hasClass(‘admin-bar’) ? 66 : 34;
$(‘#nav-main’).sticky({topSpacing:topOffest});});
</script>
but that changed nothing.
I’d like also to make Topbar bigger.
My site is: http://www.mojekursy.com
Thanks in advance
Jarek

  • The forum ‘Virtue Theme’ is closed to new topics and replies.