Quantcast
Channel: responsive – WordPress.org Forums
Viewing all articles
Browse latest Browse all 16569

Tasha on "Bootstrap Vertical Menu in sidebar stacking order problem"

$
0
0

For anybody that come accros this in future. The solution, obviously with your own id's:

$(function(){
// initial size adjustments
resizeMe();
// Resized window!
$(window).on("resize",function(){
resizeMe();
});
});

function resizeMe(){
if ($(window).width() <= 768){
$('#sidebar-nav').insertAfter('#myJumbotron');
}else{
$("#sidebarBG").prepend($("#sidebar-nav"));
}
};


Viewing all articles
Browse latest Browse all 16569

Latest Images

Trending Articles



Latest Images