I would like to move the shipping progress bar in the mini cart under the title as per the screenshot. Can I get it done via Code Snippets or functions.php?
This topic has 6 replies, 2 voices, and was last updated 7 months, 1 weeks ago ago by donaceli
I would like to move the shipping progress bar in the mini cart under the title as per the screenshot. Can I get it done via Code Snippets or functions.php?
Hi @donaceli,
Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
.elementor-widget-theme-etheme_cart .etheme_sales_booster_progress_bar_shortcode {
position: absolute;
top: 90px;
}
.elementor-widget-theme-etheme_cart .etheme-elementor-off-canvas_content-head {
margin-bottom: 90px;
}
Kind regards,
The 8Theme Team
Thanks, but this solution isn’t optimal. Can you provide a php code to insert .etheme_sales_booster_progress_bar_shortcode below .etheme-elementor-off-canvas_content-head via Snippets?
Dear @donaceli,
Thank you for reaching out to us.
Regrettably, the functionality you are requesting cannot be achieved using standard PHP code alone. It would require extensive customization through PHP snippets.
If you would like to proceed with a personalized solution, we kindly invite you to submit a request via our Customization Panel at the following link: https://www.8theme.com/account/#etheme_customization_panel. Please note that customization services may incur additional charges.
Should you have any further questions or need additional assistance, please do not hesitate to contact us. We are always happy to help.
Best regards,
The 8Theme Team
That’ll do then. Thanks
Thanks for the support! My topic “Move shipping progress bar to top in mini-cart” has been successfully resolved.
The issue related to '‘Move shipping progress bar to top in mini-cart’' has been successfully resolved, and the topic is now closed for further responses