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

Fix

This topic is: Resolved
[Resolved]
Posted in: Ascend Theme
July 2, 2019 at 10:53 am

Hi Ben .. you gave me thi code:

<script type=”text/javascript”>
jQuery(document).ready(function ($) {
if($(window).width() > 790) {
var topOffest = $(‘body’).hasClass(‘admin-bar’) ? 122 : 90;
$(‘.single-product .summary.entry-summary’).ktsticky({topSpacing:topOffest, bottomSpacing:928});
}
});
</script>

but I have the next issue … in some one cases is correct .. but in other don’t look:

this is correct :

this no:

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