Support Forum › Forums › Mixxcazt – Creative Multipurpose WooCommerce Theme › need a full demo include product’s images › Reply To: need a full demo include product’s images
April 28, 2021 at 9:32 am
#1508
Hi again,
To fix this issue,
Step 1: please go to Appearance -> Elementor – Header Footer & Blocks Template -> Footer Bar -> Edit with Elementor: https://prnt.sc/126ank8
Step 2: Edit section Footer bar and add css code: https://prnt.sc/126alzv
selector {
position: fixed;
width: 100%;
bottom: 0;
z-index: 997;
}
@media(max-width: 1024px){
#colophon {
margin-bottom:65px;
}
}