X-cart icon element in top right of header

Hi there,

I’ve been troubleshooting trying to get the X-cart (item # / cart total) element to be placed at the top right of my website. The X-cart icon element is so beautiful and I just love the way you guys styled it.

Is there a shortcode for it and how would I go about this? Thank you for your kindness in looking over this!

Hello @RocktheHouse1876,

Thanks for writing in!

Regretfully there is no shortcode for the cart element or all of the v2 elements in the header builder. They should be used inside the builder. Please create your header and insert the cart element in one of your bar containers. In your cart element, find the “Customize” tab and insert this element css:

$el {
  position: fixed;
  top: 20px;
  left: auto;
  right: 20px;
  z-index: 99999;
}

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.