Menu responsiveness and layout
This commit is contained in:
1
website/public/js/main.js
vendored
1
website/public/js/main.js
vendored
@@ -1327,6 +1327,7 @@ jQuery(document).ready(function($){
|
||||
$(".post.single.small_image .author_box").css({"position": "absolute", "top": ($(".post.single .post_image_box").outerHeight()+30) + "px", "bottom": "auto"});
|
||||
if($(".menu_container").hasClass("sticky"))
|
||||
menu_position = $(".menu_container").offset().top;
|
||||
|
||||
function animateElements()
|
||||
{
|
||||
$('.animated_element, .tens, .sticky').each(function(){
|
||||
|
||||
Reference in New Issue
Block a user