Home Forums WoodMart support forum tool tip Reply To: tool tip

#63409

Hello,

You can use this CSS to put tool-tip on the left:

body .woodmart-products-nav .woodmart-back-btn .woodmart-tooltip-label {
left: -160px;
top: -7px;
margin-left: 0 !important;
}
body .woodmart-products-nav .woodmart-back-btn .woodmart-tooltip-label:before {
left: auto;
right: -7px;
top: 15px;
transform: rotate(270deg);
-webkit-transform: rotate(270deg);
}

Best Regards