Skip to content

Instantly share code, notes, and snippets.

@Garconis
Garconis / divi-smooth-scroll-position.js
Created August 7, 2020 20:21
Divi | Adjust anchor Smooth Scroll top position based on Theme Builder fixed header height
jQuery(function($) {
window.et_pb_smooth_scroll = function($target, $top_section, speed, easing) {
var $window_width = $(window).width();
$menu_offset = -1;
var headerHeight = 143;
if ($('#wpadminbar').length && $window_width <= 980) {